Make sure cloud-init script is executable

This commit is contained in:
Duologic 2019-03-30 17:47:41 +01:00
parent 0cad084f4c
commit 8a84f58023

View File

@ -13,6 +13,7 @@
template:
src: certbot-init.sh.j2
dest: "/var/lib/cloud/scripts/per-instance/certbot-init-{{ cert_item.domains | first | replace('*.', '') }}.sh"
mode: +rx
- name: Ensure test certificates are created.
command: "{{ certbot_create_command }} --test-cert"