This commit is contained in:
ace
2023-06-10 08:04:09 +03:00
parent a251e593c6
commit 73f93631c2
4 changed files with 8 additions and 3 deletions

View File

@ -15,6 +15,11 @@
notify: reload nginx
when: nginx['conf.d'] is defined
- name: create stream.d dir
file:
name: /etc/nginx/stream.d
state: directory
- name: add configs nginx to stream.d
copy:
content: "{{ item.data }}"