mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-20 09:11:43 +02:00
Fix logic for installing from source
This commit is contained in:
parent
aebb3e4ee1
commit
770f04ef8c
@ -11,7 +11,9 @@
|
|||||||
- certbot
|
- certbot
|
||||||
|
|
||||||
- import_tasks: install-from-source.yml
|
- import_tasks: install-from-source.yml
|
||||||
when: certbot_install_from_source
|
when:
|
||||||
|
- certbot_install_from_source
|
||||||
|
- not certbot_install_from_pypi
|
||||||
tags:
|
tags:
|
||||||
- certbot
|
- certbot
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user