This commit is contained in:
Marek Sirovy 2023-02-03 10:49:00 +00:00
parent 3cd8cd1064
commit cb54a240f1
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
# DOESN'T DELETE EXISTING FILES
#
---
- name: "Create the {{ nginx_conf_d }} directory"
- name: "Create the {{ nginx_conf_path }} directory"
file:
path: "{{ nginx_conf_d }}"
path: "{{ nginx_conf_path }}"
state: directory
- name: Deploy conf.d files