mirror of
https://github.com/HanXHX/ansible-nginx.git
synced 2026-04-05 12:22:09 +07:00
Minor fixes
This commit is contained in:
@@ -19,8 +19,8 @@ nginx_default_vhost_ssl: null
|
|||||||
#
|
#
|
||||||
# Nginx directories
|
# Nginx directories
|
||||||
#
|
#
|
||||||
nginx_htpasswd_dir: '{{ nginx_etc_dir}}/htpasswd'
|
nginx_htpasswd_dir: '{{ nginx_etc_dir }}/htpasswd'
|
||||||
nginx_ssl_dir: '{{ nginx_etc_dir}}/ssl'
|
nginx_ssl_dir: '{{ nginx_etc_dir }}/ssl'
|
||||||
nginx_helper_dir: '{{ nginx_etc_dir}}/helper'
|
nginx_helper_dir: '{{ nginx_etc_dir}}/helper'
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: APT | Update cache
|
- name: APT | Update cache
|
||||||
apt: >
|
apt: >
|
||||||
update_cache=yes
|
update_cache=yes
|
||||||
cache_valid_time=3600
|
cache_valid_time=3600
|
||||||
|
|||||||
Reference in New Issue
Block a user