ensure proper executable is being used

This commit is contained in:
Eric Anderson
2020-04-27 13:51:35 -07:00
parent fd89fc6137
commit a4789ca0bf
+2 -1
View File
@@ -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']