Remove the usage of nginx_use_common_virthost
This commit is contained in:
parent
e6b061a043
commit
bef6836069
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
when:
|
when:
|
||||||
- nginx_install_robots_txt
|
- nginx_install_robots_txt
|
||||||
- nginx_use_common_virthost
|
- nginx_virthosts | length
|
||||||
- item.root is defined
|
- item.root is defined
|
||||||
tags: [ 'nginx', 'robots_txt' ]
|
tags: [ 'nginx', 'robots_txt' ]
|
||||||
|
|
||||||
|
@ -51,5 +51,5 @@
|
||||||
when:
|
when:
|
||||||
- item.root is defined
|
- item.root is defined
|
||||||
- not nginx_install_robots_txt
|
- not nginx_install_robots_txt
|
||||||
- nginx_use_common_virthost
|
- nginx_virthosts | length
|
||||||
tags: [ 'nginx', 'robots_txt' ]
|
tags: [ 'nginx', 'robots_txt' ]
|
||||||
|
|
Loading…
Reference in New Issue