diff options
author | mail_redacted_for_web | 2022-06-28 20:00:41 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2022-06-28 20:00:41 +0200 |
commit | c92fb23774be1697b272343c919d4cb1b9e36644 (patch) | |
tree | ee2dc33609fa571d61d0ea477a04a9c995bad3f9 | |
parent | ce4400e564210d9e4ec63dcccbe52f812d77d898 (diff) | |
download | dotfiles-c92fb23774be1697b272343c919d4cb1b9e36644.tar.bz2 |
Source is now an absolute path :-)
-rw-r--r-- | distrib.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib.yml b/distrib.yml index d10b1f7..d41dca6 100644 --- a/distrib.yml +++ b/distrib.yml @@ -58,7 +58,7 @@ run_once: true - name: "Copy dotfiles.tar.xz to remote" copy: - src: "dotfiles.tar.xz" + src: "~/dotfiles.tar.xz" dest: "~/dotfiles.tar.xz" mode: "0640" tags: @@ -67,7 +67,7 @@ - name: "Unpack dotfiles.tar.xz" unarchive: dest: "~/" - src: "dotfiles.tar.xz" + src: "~/dotfiles.tar.xz" remote_src: "yes" list_files: "yes" tags: |