From f4539db5d9669e658b35f1036d8eb1415c57524c Mon Sep 17 00:00:00 2001 From: L3D Date: Fri, 20 Sep 2024 20:15:41 +0200 Subject: [PATCH] Fix typo --- README.md | 4 ++-- galaxy.yml | 6 +++--- roles/librewolf | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c6db3a7..8d801bd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This is the Ansible Collection ``l3d.linux``. A collection to to common linux ta ## Using this Collection You can install the collection using ansible-galaxy by running: ```bash -ansible-galaxy collection install l3d.linux:1.1.6 +ansible-galaxy collection install l3d.linux:1.1.7 ``` Remember you can to Upgrade to the latest version of the l3d.linux collection using the ``--upgrade`` parameter: @@ -44,7 +44,7 @@ You can also list a collection in ``requirements.yml``: --- collections: - name: l3d.linux - version: ">=1.1.6" + version: ">=1.1.7" ``` ## Include roles in your playbook diff --git a/galaxy.yml b/galaxy.yml index 8725b3a..bf25b88 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: l3d name: linux # The version of the collection. Must be compatible with semantic versioning -version: 1.1.6 +version: 1.1.7 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -43,13 +43,13 @@ tags: # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # range specifiers can be set and are separated by ',' dependencies: - "community.general": ">=9.1.0" + "community.general": ">=9.4.0" # The URL of the originating SCM repository repository: https://github.com/roles-ansible/ansible_collection_linux.git # The URL to the homepage of the collection/project -homepage: https://ansible.l3d.space/ +homepage: https://ansible.l3d.space/#l3d.linux # A list of file glob-like patterns used to filter any files or directories that should not be included in the build # artifact. A pattern is matched from the relative path of the file or directory of the collection directory. This diff --git a/roles/librewolf b/roles/librewolf index 386953d..5d54ab4 160000 --- a/roles/librewolf +++ b/roles/librewolf @@ -1 +1 @@ -Subproject commit 386953d879c2f5db6a172712cba8a3784221ac70 +Subproject commit 5d54ab4d45ea10eb6a24ed61500399c22e5fc9a1