diff --git a/infra/joplin/0001_software_playbook.yaml b/infra/joplin/0001_software_playbook.yaml index cacda29..84710de 100644 --- a/infra/joplin/0001_software_playbook.yaml +++ b/infra/joplin/0001_software_playbook.yaml @@ -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