attempted fix for new ansible 2.2 syntax
This commit is contained in:
parent
9798d677fd
commit
45fe7ecaa8
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ host_backup_targets: ['/var/lib/phabricator/files', '/var/lib/phabricator/repos'
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
static_sites:
|
static_sites:
|
||||||
- name: docs.{{ external_hostname }}
|
- name: 'docs.{{ external_hostname }}'
|
||||||
document_root: /var/www/docs
|
document_root: /var/www/docs
|
||||||
sslonly: false
|
sslonly: false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue