git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-06-28 19:53:57 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2022-06-28 19:53:57 +0200
commitb7172655e9ebf04a6a4324b7d832e662a81718f1 (patch)
treee2df79b3942b587df3c55209c50497570fc09763
parent09b2e28c865063b2aaf782b2f791a9a1605f1355 (diff)
downloaddotfiles-b7172655e9ebf04a6a4324b7d832e662a81718f1.tar.bz2
Added local tarball removal after successful remote executions
-rw-r--r--distrib.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/distrib.yml b/distrib.yml
index 6fdfdba..37a9a5a 100644
--- a/distrib.yml
+++ b/distrib.yml
@@ -74,3 +74,14 @@
state: "absent"
tags:
- "removal"
+ - "all"
+ - name: "Remove source tarball"
+ delegate_to: "localhost"
+ connection: "local"
+ file:
+ path: "~/dotfiles.tar.xz"
+ state: "absent"
+ tags:
+ - "removal"
+ - "all"
+ run_once: true