common: don't show diff for large zsh config files

This commit is contained in:
Markus 2021-08-02 12:05:53 +02:00
parent 1f967c2925
commit f19e8af40f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- name: Configure misc software
copy: src={{ item.src }} dest={{ item.dest }}
diff: no
with_items:
- { src: '.zshrc', dest: '/root/.zshrc' }
- { src: '.zshrc.local', dest: '/root/.zshrc.local' }