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:
parent
b819a3d33e
commit
da56e3acd6
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue