From d2667e85de90558583400de9c4c88d0e8e1bf58b Mon Sep 17 00:00:00 2001 From: L3D Date: Tue, 2 Jul 2024 00:53:06 +0200 Subject: [PATCH] Fix typo in variable submodule and release 1.1.1 --- README.md | 4 ++-- galaxy.yml | 4 ++-- roles/packages | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a64d4f..211b588 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,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.0 +ansible-galaxy collection install l3d.linux:1.1.1 ``` Remember you can to Upgrade to the latest version of the l3d.linux collection using the ``--upgrade`` parameter: @@ -42,7 +42,7 @@ You can also list a collection in ``requirements.yml``: --- collections: - name: l3d.linux - version: ">=1.1.0" + version: ">=1.1.1" ``` ## Include roles in your playbook diff --git a/galaxy.yml b/galaxy.yml index 814aabf..5fc93c6 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.0 +version: 1.1.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md @@ -40,7 +40,7 @@ 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": ">=8.6.0" + "community.general": ">=9.1.0" # The URL of the originating SCM repository repository: https://github.com/roles-ansible/ansible_collection_linux.git diff --git a/roles/packages b/roles/packages index 8dbf8e1..0348a3b 160000 --- a/roles/packages +++ b/roles/packages @@ -1 +1 @@ -Subproject commit 8dbf8e11c6adb607705ec6a80bed3d07b9d1bd8c +Subproject commit 0348a3bb5ef7a894ccc83fb620bd5264045ae82b