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 e86fec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functions
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,9 @@ 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
if run_kayobe control host bootstraps; then
chb_success=1
break
fi
Expand Down

0 comments on commit e86fec5

Please sign in to comment.