From c92fb23774be1697b272343c919d4cb1b9e36644 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Tue, 28 Jun 2022 20:00:41 +0200 Subject: Source is now an absolute path :-) --- distrib.yml | 4 ++-- 1 file 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: -- cgit v1.2.3