Wrong conditional.
This commit is contained in:
parent
e4420f6a66
commit
e50eaa0662
|
@ -7,7 +7,6 @@
|
||||||
- import_tasks: nginx-virtualhosts.yml
|
- import_tasks: nginx-virtualhosts.yml
|
||||||
when: nginx_use_common_virthost | bool
|
when: nginx_use_common_virthost | bool
|
||||||
- import_tasks: robots-txt.yml
|
- import_tasks: robots-txt.yml
|
||||||
when: nginx_use_common_virthost | bool
|
|
||||||
- import_tasks: nginx-logrotate.yml
|
- import_tasks: nginx-logrotate.yml
|
||||||
- import_tasks: nginx-letsencrypt.yml
|
- import_tasks: nginx-letsencrypt.yml
|
||||||
when: letsencrypt_acme_install is defined and letsencrypt_acme_install
|
when: letsencrypt_acme_install is defined and letsencrypt_acme_install
|
||||||
|
|
Loading…
Reference in New Issue