Initial Version

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-05 22:57:10 -05:00
commit 57da1d7fc2
31 changed files with 590 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
# vars file for ensure_rsync
package_list:
- name: 'nano-default-editor'
state: 'absent'
- name: 'rsync-default-editor'
state: 'present'
- name: 'rsync'
state: 'present'
...