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