fix conditional

This commit is contained in:
2025-12-28 16:49:18 -07:00
parent 1c3d77f9b8
commit f40a63dcb6

View File

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