git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-06-30 12:30:35 +0200
committerHarald Pfeiffer <coding _ lirion.de> 2022-06-30 12:30:35 +0200
commitf9091bfdf8c6aec69a5a53a908f7560500f0e554 (patch)
tree4ac8b7a08aeefda29a5c5dabd872ca58c1b59746
parent64273fd6a264fb5fb7f85d3c3a94399e258601dc (diff)
downloaddotfiles-f9091bfdf8c6aec69a5a53a908f7560500f0e554.tar.bz2
removing delegation remnants
-rw-r--r--distrib.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/distrib.yml b/distrib.yml
index 523b824..01bb315 100644
--- a/distrib.yml
+++ b/distrib.yml
@@ -98,12 +98,9 @@
ansible_python_interpreter: "auto_silent"
tasks:
- name: "Remove source tarball"
- delegate_to: "localhost"
- connection: "local"
file:
path: "~/dotfiles.tar.xz"
state: "absent"
tags:
- "removal"
- "all"
- run_once: true