diff --git a/tasks/install-from-source.yml b/tasks/install-from-source.yml index 3824c19..6b68af2 100644 --- a/tasks/install-from-source.yml +++ b/tasks/install-from-source.yml @@ -1,5 +1,6 @@ --- - name: Clone Certbot into configured directory. + become: true git: repo: "{{ certbot_repo }}" dest: "{{ certbot_dir }}"