Skip to content

Commit e6614bc

Browse files
committed
allow injecting ark creds even during site.yml, for development use
1 parent 158fe85 commit e6614bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible/bootstrap.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,9 @@
126126
ansible.builtin.assert:
127127
that: dnf_repos_password is undefined
128128
fail_msg: Passwords should not be templated into repofiles during configure, unset 'dnf_repos_password'
129-
when: appliances_mode == 'configure'
129+
when:
130+
- appliances_mode == 'configure'
131+
- not (dnf_repos_allow_insecure_creds | default(false)) # useful for development
130132

131133
- hosts: squid
132134
tags: squid

0 commit comments

Comments
 (0)