Minor fixes
parent
2f0672359d
commit
972555ce22
|
@ -19,8 +19,8 @@ nginx_default_vhost_ssl: null
|
|||
#
|
||||
# Nginx directories
|
||||
#
|
||||
nginx_htpasswd_dir: '{{ nginx_etc_dir}}/htpasswd'
|
||||
nginx_ssl_dir: '{{ nginx_etc_dir}}/ssl'
|
||||
nginx_htpasswd_dir: '{{ nginx_etc_dir }}/htpasswd'
|
||||
nginx_ssl_dir: '{{ nginx_etc_dir }}/ssl'
|
||||
nginx_helper_dir: '{{ nginx_etc_dir}}/helper'
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
- name: APT | Update cache
|
||||
- name: APT | Update cache
|
||||
apt: >
|
||||
update_cache=yes
|
||||
cache_valid_time=3600
|
||||
|
|
Loading…
Reference in New Issue