diff options
author | mail_redacted_for_web | 2022-03-21 11:58:44 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2022-03-21 11:58:44 +0100 |
commit | e7b2260316caf53f3912fabf71ad7b810c24703c (patch) | |
tree | 71a492960ef8248d4951875ddfa21f32b5e2407b | |
parent | 29741ba0ad0a38b81ff51e103c3f3513efb2f43b (diff) | |
download | dotfiles-e7b2260316caf53f3912fabf71ad7b810c24703c.tar.bz2 |
tags for other tasks
-rw-r--r-- | distrib.yml | 6 |
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" |