updated to include more OSs and pip install

This commit is contained in:
Eric Anderson
2020-04-27 13:27:59 -07:00
parent 09c8986636
commit 7203b84e63
15 changed files with 230 additions and 36 deletions
+7
View File
@@ -0,0 +1,7 @@
---
- name: Set the certbot_python to python3 (Certbot in RHEL 7 uses Python3)
set_fact:
certbot_python: python2
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version | int <= 7