mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-03-14 10:32:10 +07:00
Minor fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user