fix: explicit boolean checks for Ansible 12 compatibility

This commit is contained in:
Daniel Akulenok
2025-12-07 20:28:26 +01:00
parent 192747e438
commit 986b33df21

View File

@@ -16,7 +16,7 @@
owner: root owner: root
group: root group: root
mode: 0750 mode: 0750
when: bind9_backup_config is defined and bind9_backup_config when: bind9_backup_config is defined and bind9_backup_config | bool
- name: Deploy and Validate Configuration - name: Deploy and Validate Configuration
block: block: