From 72215de2655ed151f761893f13e1204389868a1d Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Mon, 20 Sep 2021 09:38:05 +0500 Subject: [PATCH] Fix typo --- tasks/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/install.yml b/tasks/install.yml index 58d82cb..f7e3542 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -53,7 +53,7 @@ - name: Add Nginx upstreams notify: nginx | Restart Nginx template: - src: 'templates/nginx/upstream.conf' + src: 'templates/upstream.conf' dest: '{{ nginx__confd_dir }}/upstream-{{ item.name }}.conf' mode: 'u=rw,go=r' owner: root