src.nth.io/

summaryrefslogtreecommitdiff
path: root/nginx/tasks
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2023-02-11 10:49:06 -0600
committerLuke Hoersten <[email protected]>2023-02-11 10:49:06 -0600
commitc2fc624dd77c8e50564e7619cf6f52f2e174f67f (patch)
tree39da1131af3cb16fa9ecb6373a6a23580c56ec54 /nginx/tasks
parent6d005df5885cb1fd66dd9ce81597c80132bb279e (diff)
Use rsync for nginx root copy.
Diffstat (limited to 'nginx/tasks')
-rw-r--r--nginx/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/tasks/main.yaml b/nginx/tasks/main.yaml
index 19e4fab..74bcd8b 100644
--- a/nginx/tasks/main.yaml
+++ b/nginx/tasks/main.yaml
@@ -38,7 +38,7 @@
- name: copy root files
become: yes
- copy: src="{{nginx_root_src}}" dest="{{nginx_root_dest}}/"
+ synchronize: src="{{nginx_root_src}}" dest="{{nginx_root_dest}}/"
when: nginx_root
- name: enable nginx service