From 1d1348c8762068a6422f9a58b60a338d8a0ca259 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Sun, 10 Apr 2022 22:55:53 -0400 Subject: [PATCH] Fixed typo in nginx conf task --- tasks/nginx_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/nginx_template.yaml b/tasks/nginx_template.yaml index 35942d9..c5508a0 100644 --- a/tasks/nginx_template.yaml +++ b/tasks/nginx_template.yaml @@ -1,7 +1,7 @@ --- - name: Write nginx.conf file ansible.builtin.template: - src: nginx.conf + src: nginx.conf.j2 dest: "{{ nextcloud_nginx_config_path }}" mode: '0644' become: true