Merge "Retry acme.sh cloning"

This commit is contained in:
Zuul 2021-11-09 20:22:57 +00:00 committed by Gerrit Code Review
commit 4a118cf402
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Install acme.sh client
This makes the `acme.sh <https://github.com/Neilpang/acme.sh>`__
This makes the `acme.sh <https://github.com/acmesh-official/acme.sh>`__
client available on the host.
Additionally a ``driver.sh`` script is installed to run the

View File

@ -1,8 +1,12 @@
- name: Install acme.sh client
git:
repo: https://github.com/Neilpang/acme.sh
repo: https://github.com/acmesh-official/acme.sh
dest: /opt/acme.sh
version: dev
register: clone_acmesh_result
until: clone_acmesh_result is not failed
retries: 3
delay: 2
- name: Install letsencrypt group
group: