missing tar leads to cracks

This commit is contained in:
2026-01-20 21:40:51 -07:00
parent a7f31c7148
commit 7f297accf7

View File

@@ -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