Compare commits
2 Commits
599931fd9a
...
8406db7eaf
Author | SHA1 | Date | |
---|---|---|---|
8406db7eaf | |||
2d8ad8f453 |
2
.github/workflows/infra.yaml
vendored
2
.github/workflows/infra.yaml
vendored
@ -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 }} -vvv
|
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }}
|
||||||
|
@ -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: result is not failed
|
until: stuff.rc == 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user