From 8d5f5ad4ed12aed9986812a8c0e3e101f84245a1 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Sun, 30 Oct 2022 23:35:41 +0000 Subject: [PATCH] ansible_host: Fix calling nginx restart handler --- roles/ansible_host/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible_host/tasks/main.yml b/roles/ansible_host/tasks/main.yml index 1cdb5ea..5cd32f9 100644 --- a/roles/ansible_host/tasks/main.yml +++ b/roles/ansible_host/tasks/main.yml @@ -55,7 +55,7 @@ mode: 0644 owner: root group: "{{ ansible_wheel }}" - notify: restart nginx + notify: Restart nginx - name: Add custom .bashrc for root ansible.builtin.copy: