Initial Version

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-05 22:57:10 -05:00
commit 6bc518b694
30 changed files with 427 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'
...