Add sudo permissions to clone

This commit is contained in:
alexppg 2018-11-02 09:32:57 +01:00
parent 2d4846d79d
commit 1d9940ebc9

View File

@ -1,5 +1,6 @@
---
- name: Clone Certbot into configured directory.
become: true
git:
repo: "{{ certbot_repo }}"
dest: "{{ certbot_dir }}"