We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158fe85 commit e6614bcCopy full SHA for e6614bc
ansible/bootstrap.yml
@@ -126,7 +126,9 @@
126
ansible.builtin.assert:
127
that: dnf_repos_password is undefined
128
fail_msg: Passwords should not be templated into repofiles during configure, unset 'dnf_repos_password'
129
- when: appliances_mode == 'configure'
+ when:
130
+ - appliances_mode == 'configure'
131
+ - not (dnf_repos_allow_insecure_creds | default(false)) # useful for development
132
133
- hosts: squid
134
tags: squid
0 commit comments