Update all.yml.dist

Fixes this error:

TASK [Create Nginx Directories] **************************************************************************************
fatal: [localhost]: FAILED! => {"msg": "'nginx_data_directory' is undefined"}
This commit is contained in:
Hari Nagarajan 2018-10-05 21:55:58 -04:00 committed by GitHub
parent de0c47004b
commit 63ea2eeafd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,15 @@ samba_shares:
# Ensure that this DNS name is registered and points to your external IP address
nextcloud_external_hostname: external.hostname.com
###
### Nginx
###
# Where nginx will store data
nginx_data_directory: /mnt/Volume2/nginx
##################################################################
###### You shouldn't need to edit anything below this point ######
##################################################################