Compare commits
No commits in common. "8406db7eafb7d7ed7e630a0b71b72bf91b88e209" and "599931fd9ab1c9973ba2f071ab93793071c7690b" have entirely different histories.
8406db7eaf
...
599931fd9a
|
@ -72,4 +72,4 @@ jobs:
|
||||||
PROXMOX_TOKEN_ID: ${{ secrets.PROXMOX_TOKEN_ID }}
|
PROXMOX_TOKEN_ID: ${{ secrets.PROXMOX_TOKEN_ID }}
|
||||||
PROXMOX_TOKEN_SECRET: ${{ secrets.PROXMOX_TOKEN_SECRET }}
|
PROXMOX_TOKEN_SECRET: ${{ secrets.PROXMOX_TOKEN_SECRET }}
|
||||||
SSH_PUBLIC: ${{ secrets.SSH_PUBLIC }}
|
SSH_PUBLIC: ${{ secrets.SSH_PUBLIC }}
|
||||||
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }}
|
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }} -vvv
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
touch ~/hmm
|
touch ~/hmm
|
||||||
echo test > ~/test
|
echo test > ~/test
|
||||||
echo test2 >> ~/test
|
echo test2 >> ~/test
|
||||||
register: stuff
|
|
||||||
retries: 10
|
retries: 10
|
||||||
delay: 6
|
delay: 6
|
||||||
until: stuff.rc == 0
|
until: result is not failed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue