yaml syntax error

This commit is contained in:
Tim Flink 2016-04-07 15:21:07 +00:00
parent b406ec2d1c
commit f9b1eb0e9e

View file

@ -78,7 +78,7 @@ tcp_ports: [ 80, 222, 443, "{{ buildslave_port }}", 3306 ]
# static sites # static sites
static_sites: static_sites:
- name: {{ inventory_hostname }} - name: "{{ inventory_hostname }}"
document_root: /srv/content document_root: /srv/content
sslonly: false sslonly: false