create apache conf.d if needed
This commit is contained in:
parent
8263290abd
commit
147349058e
@ -3,3 +3,8 @@
|
||||
pacman:
|
||||
name: "{{ nginx_package_name }}"
|
||||
state: present
|
||||
- name: ensure conf.d exist
|
||||
file:
|
||||
path: "{{ nginx_conf_path }}"
|
||||
state: directory
|
||||
notify: reload nginx
|
||||
|
Loading…
Reference in New Issue
Block a user