mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-08-22 07:50:43 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3dedd45961 | ||
|
|
806d612fab | ||
|
|
52dbc87e22 |
@@ -65,4 +65,4 @@ MIT / BSD
|
|||||||
|
|
||||||
## Author Information
|
## Author Information
|
||||||
|
|
||||||
This role was created in 2016 by [Jeff Geerling](http://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).
|
This role was created in 2016 by [Jeff Geerling](https://www.jeffgeerling.com/), author of [Ansible for DevOps](https://www.ansiblefordevops.com/).
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
dest: "{{ certbot_dir }}"
|
dest: "{{ certbot_dir }}"
|
||||||
version: "{{ certbot_version }}"
|
version: "{{ certbot_version }}"
|
||||||
update: "{{ certbot_keep_updated }}"
|
update: "{{ certbot_keep_updated }}"
|
||||||
|
force: yes
|
||||||
|
|
||||||
- name: Ensure certbot-auto is executable.
|
- name: Ensure certbot-auto is executable.
|
||||||
file:
|
file:
|
||||||
|
|||||||
Reference in New Issue
Block a user