Compare commits

...

2 Commits

Author SHA1 Message Date
Gleb Koval 8406db7eaf
change until:
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 3m58s Details
2023-09-08 23:38:17 +01:00
Gleb Koval 2d8ad8f453
now less verbosity 2023-09-08 23:34:08 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -72,4 +72,4 @@ jobs:
PROXMOX_TOKEN_ID: ${{ secrets.PROXMOX_TOKEN_ID }}
PROXMOX_TOKEN_SECRET: ${{ secrets.PROXMOX_TOKEN_SECRET }}
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 }}

View File

@ -15,7 +15,7 @@
touch ~/hmm
echo test > ~/test
echo test2 >> ~/test
register: stuff
retries: 10
delay: 6
until: result is not failed
until: stuff.rc == 0