Skip to content

Commit

Permalink
Merge pull request #12 from roles-ansible/t
Browse files Browse the repository at this point in the history
improve docs
  • Loading branch information
DO1JLR authored Sep 20, 2024
2 parents 2e3b608 + 372c1ed commit 91ca5cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ collections:
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
- name: "Install NTP and librewolf from collection l3d.linux and configure resolve.conf"
hosts: desktop.example.com
roles:
- {role: l3d.linux.packages, tags: pakages}
- {role: l3d.linux.resolvconf, tags: resolvconf}
- {role: l3d.linux.librewolf, tags: librewolf}
vars:
packages__install_advanced: true
packages__install_python: true
Expand Down

0 comments on commit 91ca5cc

Please sign in to comment.