From e7b2260316caf53f3912fabf71ad7b810c24703c Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 21 Mar 2022 11:58:44 +0100 Subject: tags for other tasks --- distrib.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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" -- cgit v1.2.3