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 5b62514
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +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:-}
echo "[galaxy]" >> ~/ansible.cfg #~/kayobe-automation-env/src/kayobe-config/ansible.cfg
echo "server = https://old-galaxy.ansible.com/" >> ~/ansible.cfg #~/kayobe-automation-env/src/kayobe-config/ansible.cfg
sed -i "s/manage-lvm/manage_lvm/g" ~/kayobe-automation-env/venvs/kayobe/share/kayobe/requirements.yml
for i in $(seq 1 3); do
if run_kayobe control host bootstrap; then
chb_success=1
Expand Down

0 comments on commit 5b62514

Please sign in to comment.