From 54015ef7056bd98c0b8f7b30b0e3607a2c598ac2 Mon Sep 17 00:00:00 2001 From: Corbin Bartsch Date: Mon, 11 Apr 2022 18:17:49 -0400 Subject: [PATCH] Backup nginx template before overwriting --- tasks/nginx_template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/nginx_template.yaml b/tasks/nginx_template.yaml index c5508a0..9ff7f74 100644 --- a/tasks/nginx_template.yaml +++ b/tasks/nginx_template.yaml @@ -4,6 +4,7 @@ src: nginx.conf.j2 dest: "{{ nextcloud_nginx_config_path }}" mode: '0644' + backup: true become: true notify: - Restart nginx