pull/19/head
parent
33724b0a93
commit
afa993333f
@ -1,7 +1,7 @@ |
|||||||
--- |
--- |
||||||
- name: Install Certbot |
- name: Install Certbot. |
||||||
package: name=certbot state=present |
package: name=certbot state=present |
||||||
|
|
||||||
- name: Set Certbot script variable |
- name: Set Certbot script variable. |
||||||
set_fact: |
set_fact: |
||||||
certbot_script: certbot |
certbot_script: certbot |
@ -1,9 +1,9 @@ |
|||||||
--- |
--- |
||||||
- include: install-from-package.yml |
- include: install-with-package.yml |
||||||
when: not certbot_from_git |
when: not certbot_install_from_source |
||||||
|
|
||||||
- include: install-from-git.yml |
- include: install-from-source.yml |
||||||
when: certbot_from_git |
when: certbot_install_from_source |
||||||
|
|
||||||
- include: renew-cron.yml |
- include: renew-cron.yml |
||||||
when: certbot_auto_renew |
when: certbot_auto_renew |
||||||
|
Loading…
Reference in new issue