diff --git a/tasks/install.yml b/tasks/install.yml index d902e5b..cc0fc23 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -17,7 +17,6 @@ - name: Install certbot with pip pip: name: "{{ item }}" - executable: pip3 extra_args: --user state: present loop: "{{ __certbot_packages }}"