fix: explicit boolean checks for Ansible 12 compatibility
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
owner: root
|
||||
group: root
|
||||
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
|
||||
block:
|
||||
|
||||
Reference in New Issue
Block a user