git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-06-28 20:00:41 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2022-06-28 20:00:41 +0200
commitc92fb23774be1697b272343c919d4cb1b9e36644 (patch)
treeee2dc33609fa571d61d0ea477a04a9c995bad3f9
parentce4400e564210d9e4ec63dcccbe52f812d77d898 (diff)
downloaddotfiles-c92fb23774be1697b272343c919d4cb1b9e36644.tar.bz2
Source is now an absolute path :-)
-rw-r--r--distrib.yml4
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: