Skip to content

Commit 9fd3a54

Browse files
committed
add config_options ALLOW_BROKEN_CONDITIONALS for deprecation of untruthy boolean conditional in Ansible v12
1 parent 8e93ae2 commit 9fd3a54

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

molecule/ci/molecule.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ platforms:
1919
cgroupns_mode: host
2020
provisioner:
2121
name: ansible
22+
config_options:
23+
defaults:
24+
ALLOW_BROKEN_CONDITIONALS: true
2225
verifier:
2326
name: testinfra

0 commit comments

Comments
 (0)