Fixes #5: Ensure certbot-auto is executable.

This commit is contained in:
Jeff Geerling
2016-07-10 22:21:19 -05:00
parent 444064222b
commit 65071dd992
2 changed files with 15 additions and 2 deletions
+5
View File
@@ -5,3 +5,8 @@
dest: "{{ certbot_dir }}"
version: "{{ certbot_version }}"
update: "{{ certbot_keep_updated }}"
- name: Ensure certbot-auto is executable.
file:
path: "{{ certbot_dir }}/certbot-auto"
mode: 0755