From ce4400e564210d9e4ec63dcccbe52f812d77d898 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Tue, 28 Jun 2022 20:00:12 +0200 Subject: BUGFIX: only create the tarball once for all hosts --- distrib.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/distrib.yml b/distrib.yml index 3c7a412..d10b1f7 100644 --- a/distrib.yml +++ b/distrib.yml @@ -55,6 +55,7 @@ - "tmux-yank/yank.tmux" format: "xz" dest: "~/dotfiles.tar.xz" + run_once: true - name: "Copy dotfiles.tar.xz to remote" copy: src: "dotfiles.tar.xz" -- cgit v1.2.3