git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-21 11:58:44 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-21 11:58:44 +0100
commite7b2260316caf53f3912fabf71ad7b810c24703c (patch)
tree71a492960ef8248d4951875ddfa21f32b5e2407b
parent29741ba0ad0a38b81ff51e103c3f3513efb2f43b (diff)
downloaddotfiles-e7b2260316caf53f3912fabf71ad7b810c24703c.tar.bz2
tags for other tasks
-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"