We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4587658 commit 663442aCopy full SHA for 663442a
tasks/config/template-config.yml
@@ -109,12 +109,12 @@
109
110
- name: Ensure NGINX stream directory exists
111
ansible.builtin.file:
112
- path: "{{ item['deployment_location'] | default('/etc/nginx/conf.d/') | dirname }}"
+ path: "{{ item['deployment_location'] | default('/etc/nginx/conf.d/stream/') | dirname }}"
113
state: directory
114
mode: "0755"
115
loop: "{{ nginx_config_stream_template }}"
116
loop_control:
117
- label: "{{ item['deployment_location'] | default('/etc/nginx/conf.d/') | dirname }}"
+ label: "{{ item['deployment_location'] | default('/etc/nginx/conf.d/stream/') | dirname }}"
118
when: nginx_config_stream_template_enable | bool
119
120
- name: Dynamically generate NGINX stream config files
0 commit comments