From a4789ca0bfd58872863d13718ac31d49920a19c4 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Mon, 27 Apr 2020 13:51:35 -0700 Subject: [PATCH] ensure proper executable is being used --- molecule/default/playbook-pip3-install.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/molecule/default/playbook-pip3-install.yml b/molecule/default/playbook-pip3-install.yml index 128de92..0f8475c 100644 --- a/molecule/default/playbook-pip3-install.yml +++ b/molecule/default/playbook-pip3-install.yml @@ -29,5 +29,6 @@ pip_executable: pip3 - role: geerlingguy.certbot certbot_install_from_source: false - certbot_pkg_mgr: pip3 + certbot_pkg_mgr: pip + certbot_pip_executable: pip3 certbot_plugins: ['dns-route53']