Proper role testing

This commit is contained in:
2022-08-11 00:07:24 +12:00
parent 1efc90e172
commit 841bfc2eec
8 changed files with 36 additions and 15 deletions

View File

@@ -6,6 +6,11 @@
state: present
notify: restart xinetd
- name: Ensure python openssl available
package:
name: python3-openssl,python3-requests
state: present
- name: Fix SeLinux Auto-Updates
block:
- name: list installed selinux modules

View File

@@ -6,6 +6,11 @@
state: present
notify: restart xinetd
- name: Start xinetd
service:
name: xinetd
state: started
- name: Fix SeLinux Auto-Updates
block:
- name: list installed selinux modules

View File

@@ -8,6 +8,7 @@
package:
name: "{{ item }}"
state: present
become: True
with_items:
- samba-client
- cifs-utils