fix(nginx): unnest notify

notify should not be passed to the module

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-11-22 16:43:15 +01:00
parent b819a3d33e
commit da56e3acd6
Signed by: mfocko
SSH key fingerprint: SHA256:icm0fIOSJUpy5+1x23sfr+hLtF9UhY8VpMC7H4WFJP8

View file

@ -10,7 +10,7 @@
mode: 0644 mode: 0644
owner: root owner: root
group: root group: root
notify: Restart nginx notify: Restart nginx
- name: Install the SSL snippet - name: Install the SSL snippet
ansible.builtin.template: ansible.builtin.template:
@ -19,7 +19,7 @@
mode: 0644 mode: 0644
owner: root owner: root
group: root group: root
notify: Restart nginx notify: Restart nginx
- name: Install the default config - name: Install the default config
ansible.builtin.copy: ansible.builtin.copy:
@ -28,7 +28,7 @@
mode: 0644 mode: 0644
owner: root owner: root
group: root group: root
notify: Restart nginx notify: Restart nginx
- name: Install the HTTP config - name: Install the HTTP config
ansible.builtin.template: ansible.builtin.template:
@ -37,7 +37,7 @@
mode: 0644 mode: 0644
owner: root owner: root
group: root group: root
notify: Restart nginx notify: Restart nginx
- name: Enable $HOME shortcut - name: Enable $HOME shortcut
ansible.builtin.template: ansible.builtin.template:
@ -46,7 +46,7 @@
mode: 0644 mode: 0644
owner: root owner: root
group: root group: root
notify: Restart nginx notify: Restart nginx
- name: Allow httpd in homedirs in SELinux - name: Allow httpd in homedirs in SELinux
ansible.posix.seboolean: ansible.posix.seboolean: