fix conditional
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
user:
|
user:
|
||||||
name: root
|
name: root
|
||||||
password: "{{ root_pw | password_hash('sha512') }}"
|
password: "{{ root_pw | password_hash('sha512') }}"
|
||||||
when: root_pw | default(false)
|
when: root_pw is defined
|
||||||
|
|
||||||
- name: Install firewalld on RedHat family
|
- name: Install firewalld on RedHat family
|
||||||
package:
|
package:
|
||||||
|
|||||||
Reference in New Issue
Block a user