Fix ansible core 2.20 deprecations and make the OS list the supported

one

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-04 22:15:10 -05:00
parent b10915ffd9
commit 4ad0b8e6e6
26 changed files with 120 additions and 28 deletions
+7
View File
@@ -0,0 +1,7 @@
---
# vars file for ensure_git
package_list:
- name: 'git'
state: 'present'
...