diff --git a/tasks/install-with-package.yml b/tasks/install-with-package.yml index c01dd46..7f7cecf 100644 --- a/tasks/install-with-package.yml +++ b/tasks/install-with-package.yml @@ -13,7 +13,7 @@ - certbot_plugins is undefined - name: Install certbot plugins - apt: + package: name: "{{ certbot_python }}-certbot-{{ item }}" register: task_result until: task_result is success