Fix typos from proxy playbook

This commit is contained in:
Timo Makinen 2020-09-09 18:30:01 +00:00
parent c6ea27bf2d
commit 2c79f6e801

View file

@ -56,7 +56,7 @@
- role: nginx/site
site: www.foo.sh
- tasks:
tasks:
- name: create extra nginx config directories
file:
path: /etc/nginx/conf.d/www.foo.sh
@ -67,7 +67,7 @@
- name: install redirects config
copy:
dest: /etc/nginx/conf.d/www.foo.sh/redirects.conf
src: |
content: |
location /collab/ { return 301 https://collab.foo.sh/; }
mode: 0644
owner: root