Minor fixes

pull/14/head
Emilien Mantel 2016-03-07 11:59:26 +01:00
parent 2f0672359d
commit 972555ce22
2 changed files with 3 additions and 3 deletions

View File

@ -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'
#

View File

@ -1,6 +1,6 @@
---
- name: APT | Update cache
- name: APT | Update cache
apt: >
update_cache=yes
cache_valid_time=3600