Use common package install via variables rather than hard code the task

This commit is contained in:
2020-12-05 23:23:46 -06:00
parent 9e8e9c8cc6
commit 160ab64917
13 changed files with 124 additions and 91 deletions

View File

@@ -0,0 +1,8 @@
---
# vars file for ensure_ansible_prereq
package_list:
- name: 'python3-libselinux'
state: 'present'
- name: 'python3-libsemanage'
state: 'present'