From 8a84f58023e3c8d73770da915eb42ef9d3c67a05 Mon Sep 17 00:00:00 2001 From: Duologic Date: Sat, 30 Mar 2019 17:47:41 +0100 Subject: [PATCH] Make sure cloud-init script is executable --- tasks/create-cert-cloud-init.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/create-cert-cloud-init.yml b/tasks/create-cert-cloud-init.yml index feb0e73..0eaff34 100644 --- a/tasks/create-cert-cloud-init.yml +++ b/tasks/create-cert-cloud-init.yml @@ -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"