git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--distrib.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/distrib.yml b/distrib.yml
index aa9565a..a4f722e 100644
--- a/distrib.yml
+++ b/distrib.yml
@@ -9,12 +9,18 @@
src: "dotfiles.tar.xz"
dest: "~/dotfiles.tar.xz"
mode: "0640"
+ tags:
+ - "remote"
+ - "all"
- name: "Unpack dotfiles.tar.xz"
unarchive:
dest: "~/"
src: "dotfiles.tar.xz"
remote_src: "yes"
list_files: "yes"
+ tags:
+ - "unpack"
+ - "all"
- name: "Remove tarball on remote"
file:
path: "~/dotfiles.tar.xz"