Merge "Retry acme.sh cloning"
This commit is contained in:
commit
4a118cf402
@ -1,6 +1,6 @@
|
|||||||
Install acme.sh client
|
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.
|
client available on the host.
|
||||||
|
|
||||||
Additionally a ``driver.sh`` script is installed to run the
|
Additionally a ``driver.sh`` script is installed to run the
|
||||||
|
@ -1,8 +1,12 @@
|
|||||||
- name: Install acme.sh client
|
- name: Install acme.sh client
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/Neilpang/acme.sh
|
repo: https://github.com/acmesh-official/acme.sh
|
||||||
dest: /opt/acme.sh
|
dest: /opt/acme.sh
|
||||||
version: dev
|
version: dev
|
||||||
|
register: clone_acmesh_result
|
||||||
|
until: clone_acmesh_result is not failed
|
||||||
|
retries: 3
|
||||||
|
delay: 2
|
||||||
|
|
||||||
- name: Install letsencrypt group
|
- name: Install letsencrypt group
|
||||||
group:
|
group:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user