Skip to content

Commit f291ccd

Browse files
committed
🐭 Clarify reason for allow_broken_conditionals
1 parent c4f74ab commit f291ccd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ roles_path = ./submodules/roles
1010

1111
# workaround for https://github.com/ansible/ansible/issues/14426
1212
timeout = 30
13-
# Temporarily allow broken conditionals until collections are updated for Ansible 13
13+
# Workaround for chrisjsewell.conda using a string variable (conda_activate_alias)
14+
# directly as a `when` conditional, which Ansible 13 now requires to be a boolean.
15+
# See: chrisjsewell/conda roles/user_install/tasks/main.yml:50
1416
allow_broken_conditionals = True
1517

1618
# Use the default callback plugin with YAML output format.

0 commit comments

Comments
 (0)