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 }}'