Fix a typo.
This commit is contained in:
parent
e50eaa0662
commit
61e6de8a06
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue