Files
test/vars/Debian-11-default.yml
T
jmrothst 57da1d7fc2 Initial Version
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2026-05-05 22:57:10 -05:00

8 lines
91 B
YAML

---
# vars file for ensure_rsync
package_list:
- name: 'rsync'
state: 'present'
...