WIP: Initial VM provisioning #4

Closed
cyclane wants to merge 38 commits from initial-vm-provisioning into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 8406db7eaf - Show all commits

View File

@ -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