We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
allow_broken_conditionals
1 parent c4f74ab commit f291ccdCopy full SHA for f291ccd
ansible.cfg
@@ -10,7 +10,9 @@ roles_path = ./submodules/roles
10
11
# workaround for https://github.com/ansible/ansible/issues/14426
12
timeout = 30
13
-# Temporarily allow broken conditionals until collections are updated for Ansible 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
16
allow_broken_conditionals = True
17
18
# Use the default callback plugin with YAML output format.
0 commit comments