|
|
@ -2,7 +2,7 @@ |
|
|
|
- import_tasks: include-vars.yml |
|
|
|
- import_tasks: include-vars.yml |
|
|
|
|
|
|
|
|
|
|
|
- import_tasks: setup-RedHat.yml |
|
|
|
- import_tasks: setup-RedHat.yml |
|
|
|
when: ansible_os_family == 'RedHat' |
|
|
|
when: ansible_os_family == 'RedHat' and not ansible_distribution == 'Fedora' |
|
|
|
|
|
|
|
|
|
|
|
- import_tasks: install-with-package.yml |
|
|
|
- import_tasks: install-with-package.yml |
|
|
|
when: certbot_install_method == 'package' |
|
|
|
when: certbot_install_method == 'package' |
|
|
|