mirror of
https://github.com/nickjj/ansible-acme-sh.git
synced 2025-01-30 20:21:20 +01:00
Fix comments referencing acme.me instead of acme.sh
This commit is contained in:
parent
e7d8204c83
commit
f784b8b8e9
@ -66,7 +66,7 @@ acme_sh_git_update: False
|
|||||||
# Where will this repo get cloned to?
|
# Where will this repo get cloned to?
|
||||||
acme_sh_git_clone_dest: "/usr/local/src/acme.sh"
|
acme_sh_git_clone_dest: "/usr/local/src/acme.sh"
|
||||||
|
|
||||||
# When enabled, acme.me will upgrade itself to the latest version which is
|
# When enabled, acme.sh will upgrade itself to the latest version which is
|
||||||
# separate from updating the git repo. That's because acme.sh installs itself
|
# separate from updating the git repo. That's because acme.sh installs itself
|
||||||
# with an installer after cloning the source code.
|
# with an installer after cloning the source code.
|
||||||
#
|
#
|
||||||
|
@ -15,12 +15,12 @@
|
|||||||
shell: "/bin/bash"
|
shell: "/bin/bash"
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
- name: Ensure acme.me was cloned
|
- name: Ensure acme.sh was cloned
|
||||||
command: test -d /usr/local/src/acme.sh
|
command: test -d /usr/local/src/acme.sh
|
||||||
register: result_cloned
|
register: result_cloned
|
||||||
changed_when: result_cloned.rc != 0
|
changed_when: result_cloned.rc != 0
|
||||||
|
|
||||||
- name: Ensure acme.me was installed
|
- name: Ensure acme.sh was installed
|
||||||
command: ./acme.sh --version
|
command: ./acme.sh --version
|
||||||
args:
|
args:
|
||||||
chdir: "~/.acme.sh"
|
chdir: "~/.acme.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user