attempted fix for new ansible 2.2 syntax

This commit is contained in:
Tim Flink 2016-10-14 15:25:47 +00:00
parent 9798d677fd
commit 45fe7ecaa8

View file

@ -89,7 +89,7 @@ host_backup_targets: ['/var/lib/phabricator/files', '/var/lib/phabricator/repos'
################################################################################
static_sites:
- name: docs.{{ external_hostname }}
- name: 'docs.{{ external_hostname }}'
document_root: /var/www/docs
sslonly: false