git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/distrib.yml
diff options
context:
space:
mode:
Diffstat (limited to 'distrib.yml')
-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