Allow skipping both Git and package install

This commit is contained in:
Márton Salomváry
2020-05-29 11:05:00 +02:00
parent b3a886e9ee
commit 919c2ba7b5
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
when: ansible_os_family == 'RedHat'
- import_tasks: install-with-package.yml
when: not certbot_install_from_source
when: certbot_install_with_package
- import_tasks: install-from-source.yml
when: certbot_install_from_source