#347 -- Fix typo in ansible install.

This commit is contained in:
Buster "Silver Eagle" Neece 2017-12-17 14:53:30 -06:00
parent 6eb62a2698
commit 9e31956ff9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
replace:
dest: /etc/nginx/nginx.conf
regexp: '# server_tokens off;'
replace: 'server_tokens off;`'
replace: 'server_tokens off;'
- name: Turn sendfile off on nginx for local development
become: true