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