diff --git a/tasks/install.yml b/tasks/install.yml index cc0fc23..2ab3960 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -11,7 +11,7 @@ pip: name: "{{ item }}" extra_args: --user - state: latest + state: present loop: "{{ certbot_packages_extra }}" - name: Install certbot with pip