Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Sep 20, 2024
1 parent c558240 commit f4539db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 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.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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/librewolf
Submodule librewolf updated 2 files
+1 −1 tasks/repo.yml
+2 −2 vars/main.yml

0 comments on commit f4539db

Please sign in to comment.