Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Sep 20, 2024
1 parent f4539db commit 372c1ed
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 372c1ed

Please sign in to comment.