create apache conf.d if needed
This commit is contained in:
parent
8263290abd
commit
147349058e
@ -3,3 +3,8 @@
|
|||||||
pacman:
|
pacman:
|
||||||
name: "{{ nginx_package_name }}"
|
name: "{{ nginx_package_name }}"
|
||||||
state: present
|
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