Ansible core 2.20 fixes and supported OS change

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2026-05-05 14:32:46 -05:00
parent 113904a846
commit 0c5e392b05
79 changed files with 194 additions and 2278 deletions
+9
View File
@@ -0,0 +1,9 @@
---
# vars file for ensure_sudo
package_list:
- name: 'libsss_sudo'
state: 'present'
- name: 'sudo'
state: 'present'
...