mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Make sure cloud-init script is executable
This commit is contained in:
parent
0cad084f4c
commit
8a84f58023
@ -13,6 +13,7 @@
|
|||||||
template:
|
template:
|
||||||
src: certbot-init.sh.j2
|
src: certbot-init.sh.j2
|
||||||
dest: "/var/lib/cloud/scripts/per-instance/certbot-init-{{ cert_item.domains | first | replace('*.', '') }}.sh"
|
dest: "/var/lib/cloud/scripts/per-instance/certbot-init-{{ cert_item.domains | first | replace('*.', '') }}.sh"
|
||||||
|
mode: +rx
|
||||||
|
|
||||||
- name: Ensure test certificates are created.
|
- name: Ensure test certificates are created.
|
||||||
command: "{{ certbot_create_command }} --test-cert"
|
command: "{{ certbot_create_command }} --test-cert"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user