diff options
author | mail_redacted_for_web | 2022-06-28 20:00:12 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2022-06-28 20:00:12 +0200 |
commit | ce4400e564210d9e4ec63dcccbe52f812d77d898 (patch) | |
tree | 0d7fc5e355cb4ca20f33e68f6dda7e55ab1864b4 | |
parent | c57dd737020adf6ebe53718064c293dbc7a6b2ee (diff) | |
download | dotfiles-ce4400e564210d9e4ec63dcccbe52f812d77d898.tar.bz2 |
BUGFIX: only create the tarball once for all hosts
-rw-r--r-- | distrib.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |