Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #11

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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