Wrong variable name.
This commit is contained in:
parent
119a8578ec
commit
e4420f6a66
|
@ -4,12 +4,12 @@
|
||||||
- name: Install a robots.txt into the global webroot
|
- name: Install a robots.txt into the global webroot
|
||||||
template:
|
template:
|
||||||
src: robots.txt.j2
|
src: robots.txt.j2
|
||||||
dest: '{{ nginx_web_root }}/robots.txt'
|
dest: '{{ nginx_webroot }}/robots.txt'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 0444
|
mode: 0444
|
||||||
|
|
||||||
when: nginx_install_robots_txt | bool
|
when: nginx_install_robots_txt
|
||||||
tags: [ 'nginx', 'robots_txt' ]
|
tags: [ 'nginx', 'robots_txt' ]
|
||||||
|
|
||||||
- name: Install a virtualhost specific robots.txt
|
- name: Install a virtualhost specific robots.txt
|
||||||
|
|
Loading…
Reference in New Issue