From da56e3acd668ceba45843b5d329d519bab2e246e Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Fri, 22 Nov 2024 16:43:15 +0100 Subject: [PATCH] fix(nginx): unnest notify notify should not be passed to the module Signed-off-by: Matej Focko --- roles/nginx/tasks/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yml index e5d3ac8..ce068df 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yml @@ -10,7 +10,7 @@ mode: 0644 owner: root group: root - notify: Restart nginx + notify: Restart nginx - name: Install the SSL snippet ansible.builtin.template: @@ -19,7 +19,7 @@ mode: 0644 owner: root group: root - notify: Restart nginx + notify: Restart nginx - name: Install the default config ansible.builtin.copy: @@ -28,7 +28,7 @@ mode: 0644 owner: root group: root - notify: Restart nginx + notify: Restart nginx - name: Install the HTTP config ansible.builtin.template: @@ -37,7 +37,7 @@ mode: 0644 owner: root group: root - notify: Restart nginx + notify: Restart nginx - name: Enable $HOME shortcut ansible.builtin.template: @@ -46,7 +46,7 @@ mode: 0644 owner: root group: root - notify: Restart nginx + notify: Restart nginx - name: Allow httpd in homedirs in SELinux ansible.posix.seboolean: