mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Add sudo permissions to clone
This commit is contained in:
parent
2d4846d79d
commit
1d9940ebc9
@ -1,5 +1,6 @@
|
||||
---
|
||||
- name: Clone Certbot into configured directory.
|
||||
become: true
|
||||
git:
|
||||
repo: "{{ certbot_repo }}"
|
||||
dest: "{{ certbot_dir }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user