From e50eaa0662c70308e45e2dc05daf2d2bc144d534 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 7 Jul 2021 14:25:05 +0200 Subject: [PATCH] Wrong conditional. --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 9bc55cc..92d26c1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,7 +7,6 @@ - import_tasks: nginx-virtualhosts.yml when: nginx_use_common_virthost | bool - import_tasks: robots-txt.yml - when: nginx_use_common_virthost | bool - import_tasks: nginx-logrotate.yml - import_tasks: nginx-letsencrypt.yml when: letsencrypt_acme_install is defined and letsencrypt_acme_install