missing tar leads to cracks
This commit is contained in:
@@ -9,6 +9,11 @@
|
|||||||
password: "{{ root_pw | password_hash('sha512') }}"
|
password: "{{ root_pw | password_hash('sha512') }}"
|
||||||
when: root_pw is defined
|
when: root_pw is defined
|
||||||
|
|
||||||
|
- name: Ensure we have tar which is the basis for unpacking many other things
|
||||||
|
package:
|
||||||
|
name: tar
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: Install firewalld on RedHat family
|
- name: Install firewalld on RedHat family
|
||||||
package:
|
package:
|
||||||
name: firewalld
|
name: firewalld
|
||||||
|
|||||||
Reference in New Issue
Block a user