[CI] Retry twice framadate installation

certbot_on_virtu
Alexandre Iooss 2019-08-27 08:56:49 +02:00
parent 353d0241a1
commit d01b9f05ee
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
2 changed files with 3 additions and 1 deletions

View File

@ -6,4 +6,3 @@
loop:
- /root/.ssh/authorized_keys
- /root/.ssh/authorized_keys2

View File

@ -33,6 +33,9 @@
working_dir: "{{ framadate_path }}"
become: true
become_user: "{{ framadate_user }}"
register: composer_result
retries: 3
until: composer_result is succeeded
# cd framadate
# sudo -u www-data touch admin/stdout.log