From c070cba810214451bab55240da2daef5e0be2104 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Sun, 1 May 2022 17:15:12 +0200 Subject: [PATCH] Do not change user when downloading locally. --- tasks/nginx-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/nginx-config.yml b/tasks/nginx-config.yml index fa91a65..7279e3f 100644 --- a/tasks/nginx-config.yml +++ b/tasks/nginx-config.yml @@ -23,6 +23,7 @@ notify: Reload nginx - name: Download any remote snippet templates + become: false get_url: url: '{{ item.url }}' dest: '/var/tmp/{{ item.name }}'