diff options
| -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" | 
