Skip to content

Commit

Permalink
Merge pull request #2 from roles-ansible/1.1.1
Browse files Browse the repository at this point in the history
Fix typo in variable submodule and release 1.1.1
  • Loading branch information
DO1JLR authored Jul 1, 2024
2 parents f264c4a + d2667e8 commit 8ed5067
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/packages
Submodule packages updated 2 files
+1 −1 tasks/main.yml
+1 −1 vars/main.yml

0 comments on commit 8ed5067

Please sign in to comment.