Fix ansible core 2.20 and update supported OS list

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-04 22:23:31 -05:00
parent 66a573a0dd
commit d2118f40bb
30 changed files with 156 additions and 73 deletions
+7
View File
@@ -0,0 +1,7 @@
---
# vars file for ensure_vim
package_list:
- name: 'vim-enhanced'
state: 'present'
...