Skip to content

Commit

Permalink
adds sleep for 3min to wait for Galaxy restart
Browse files Browse the repository at this point in the history
  • Loading branch information
martindemko committed Dec 16, 2024
1 parent 071e26b commit 41e3cce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/run-ansible-playbook/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ runs:
shell: bash
run: ansible-playbook -vvv --limit $TARGET_HOSTNAME galaxy.yml

- name: Sleep for 3 minutes
shell: bash
run: sleep 180s

- name: Run galaxy_tools.yaml playbook
shell: bash
run: ansible-playbook -vvv --limit $TARGET_HOSTNAME galaxy_tools.yml

0 comments on commit 41e3cce

Please sign in to comment.