1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_linux.git synced 2024-09-12 00:04:41 +02:00

Fix typo in variable submodule and release 1.1.1

This commit is contained in:
L3D 2024-07-02 00:53:06 +02:00
parent f264c4a195
commit d2667e85de
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
3 changed files with 5 additions and 5 deletions

View file

@ -13,7 +13,7 @@ This is the Ansible Collection ``l3d.linux``. A collection to to common linux ta
## Using this Collection ## Using this Collection
You can install the collection using ansible-galaxy by running: You can install the collection using ansible-galaxy by running:
```bash ```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: 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: collections:
- name: l3d.linux - name: l3d.linux
version: ">=1.1.0" version: ">=1.1.1"
``` ```
## Include roles in your playbook ## Include roles in your playbook

View file

@ -9,7 +9,7 @@ namespace: l3d
name: linux name: linux
# The version of the collection. Must be compatible with semantic versioning # 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 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md readme: README.md
@ -40,7 +40,7 @@ tags:
# L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version # L(specifiers,https://python-semanticversion.readthedocs.io/en/latest/#requirement-specification). Multiple version
# range specifiers can be set and are separated by ',' # range specifiers can be set and are separated by ','
dependencies: dependencies:
"community.general": ">=8.6.0" "community.general": ">=9.1.0"
# The URL of the originating SCM repository # The URL of the originating SCM repository
repository: https://github.com/roles-ansible/ansible_collection_linux.git repository: https://github.com/roles-ansible/ansible_collection_linux.git

@ -1 +1 @@
Subproject commit 8dbf8e11c6adb607705ec6a80bed3d07b9d1bd8c Subproject commit 0348a3bb5ef7a894ccc83fb620bd5264045ae82b