Skip to content

Commit

Permalink
Merge pull request #8 from roles-ansible/r
Browse files Browse the repository at this point in the history
update and fix reolveconf
  • Loading branch information
DO1JLR authored Sep 11, 2024
2 parents 185c53a + 3db8126 commit 80748f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.4
ansible-galaxy collection install l3d.linux:1.1.5
```

Remember you can to Upgrade to the latest version of the l3d.linux collection using the ``--upgrade`` parameter:
Expand Down Expand Up @@ -43,18 +43,18 @@ You can also list a collection in ``requirements.yml``:
---
collections:
- name: l3d.linux
version: ">=1.1.4"
version: ">=1.1.5"
```
## Include roles in your playbook
Example Playbook using the l3d.linux.packages role:
Example Playbook using the l3d.linux.packages and l3d.linux.resolvconf role:
```yaml
---
- name: "Install NTP Server from collection l3d.linux"
hosts: ntp.example.com
roles:
- {role: l3d.linux.packages, tags: ntp}
- {role: l3d.linux.packages, tags: ntp}
- {role: l3d.linux.packages, tags: pakages}
- {role: l3d.linux.resolvconf, tags: resolvconf}
vars:
packages__install_advanced: true
packages__install_python: true
Expand Down
2 changes: 1 addition & 1 deletion 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.4
version: 1.1.5

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion roles/resolvconf

0 comments on commit 80748f9

Please sign in to comment.