From 770f04ef8cb2ca3bf9e479c9a7af40897018c7f4 Mon Sep 17 00:00:00 2001 From: Wayne Warren Date: Thu, 23 May 2019 13:40:18 +0000 Subject: [PATCH] Fix logic for installing from source --- tasks/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index bbd5a9e..22d3477 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -11,7 +11,9 @@ - certbot - import_tasks: install-from-source.yml - when: certbot_install_from_source + when: + - certbot_install_from_source + - not certbot_install_from_pypi tags: - certbot