From f19e8af40fa12e737f60f475800f5361df0b307f Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Mon, 2 Aug 2021 12:05:53 +0200 Subject: [PATCH] common: don't show diff for large zsh config files --- roles/common/tasks/Proxmox.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common/tasks/Proxmox.yml b/roles/common/tasks/Proxmox.yml index 5d08e96..3a4f3e3 100644 --- a/roles/common/tasks/Proxmox.yml +++ b/roles/common/tasks/Proxmox.yml @@ -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' }