From 33dfd1fbc14602b92a14ce4851028292455e3efd Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 27 Apr 2020 13:30:36 -0700 Subject: [PATCH] set package install to use package not apt --- tasks/install-with-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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