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: