diff --git a/tasks/robots-txt.yml b/tasks/robots-txt.yml index 130c3cf..0405bef 100644 --- a/tasks/robots-txt.yml +++ b/tasks/robots-txt.yml @@ -4,12 +4,12 @@ - name: Install a robots.txt into the global webroot template: src: robots.txt.j2 - dest: '{{ nginx_web_root }}/robots.txt' + dest: '{{ nginx_webroot }}/robots.txt' owner: root group: root mode: 0444 - when: nginx_install_robots_txt | bool + when: nginx_install_robots_txt tags: [ 'nginx', 'robots_txt' ] - name: Install a virtualhost specific robots.txt