Use common package install via variables rather than hard code the task
This commit is contained in:
8
vars/Fedora-33-default.yml
Normal file
8
vars/Fedora-33-default.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# vars file for ensure_ansible_prereq
|
||||
package_list:
|
||||
- name: 'python3-libselinux'
|
||||
state: 'present'
|
||||
- name: 'python3-libsemanage'
|
||||
state: 'present'
|
||||
|
Reference in New Issue
Block a user