We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab921a1 commit cefbd0dCopy full SHA for cefbd0d
tasks/main.yml
@@ -54,6 +54,7 @@
54
group: false
55
rsync_opts:
56
- '--checksum'
57
+ - '--exclude=.uuid'
58
rsync_path: "{{ fonts_rsync_path | default('rsync') }}"
59
with_items: "{{ fonts_font_paths }}"
60
when:
@@ -63,7 +64,7 @@
63
64
65
- name: synchronize (font) directories (local)
66
shell: >
- {{ fonts_rsync_path | default('rsync') }} -ai --delete --no-owner --no-group --checksum {{ item.src }} {{ item.dest }}
67
+ {{ fonts_rsync_path | default('rsync') }} -ai --delete --no-owner --no-group --exclude=.uuid --checksum {{ item.src }} {{ item.dest }}
68
args:
69
warn: false
70
register: _synchronize_font_directories
0 commit comments