Skip to content

Commit

Permalink
Ignore collection errors
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Jan 18, 2024
1 parent 48d7b1e commit 4e62d27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ function run_kayobe_automation_playbook {
function control_host_bootstrap {
echo "Bootstrapping the Ansible control host"
local KAYOBE_EXTRA_ARGS=${KAYOBE_BOOTSTRAP_EXTRA_ARGS:-}
ansible-galaxy install ahuffman.resolv --server="https://old-galaxy.ansible.com/"
for i in $(seq 1 3); do
if run_kayobe control host bootstrap; then
chb_success=1
Expand Down

0 comments on commit 4e62d27

Please sign in to comment.