Remove the usage of nginx_use_common_virthost

This commit is contained in:
Andrea Dell'Amico 2023-06-30 19:14:44 +02:00
parent e6b061a043
commit bef6836069
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
when:
- nginx_install_robots_txt
- nginx_use_common_virthost
- nginx_virthosts | length
- item.root is defined
tags: [ 'nginx', 'robots_txt' ]
@ -51,5 +51,5 @@
when:
- item.root is defined
- not nginx_install_robots_txt
- nginx_use_common_virthost
- nginx_virthosts | length
tags: [ 'nginx', 'robots_txt' ]