Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2021-07-07 15:29:44 +02:00
parent e50eaa0662
commit 61e6de8a06
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -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