From 61e6de8a068fa3da3ffee63edceb898f5728e2be Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 7 Jul 2021 15:29:44 +0200 Subject: [PATCH] Fix a typo. --- tasks/robots-txt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/robots-txt.yml b/tasks/robots-txt.yml index 0405bef..e800495 100644 --- a/tasks/robots-txt.yml +++ b/tasks/robots-txt.yml @@ -33,7 +33,7 @@ block: - name: Remove the global robots.txt file: - dest: '{{ nginx_web_root }}/robots.txt' + dest: '{{ nginx_webroot }}/robots.txt' state: absent when: not nginx_install_robots_txt