From f9091bfdf8c6aec69a5a53a908f7560500f0e554 Mon Sep 17 00:00:00 2001
From: Harald Pfeiffer <coding@lirion.de>
Date: Thu, 30 Jun 2022 12:30:35 +0200
Subject: removing delegation remnants

---
 distrib.yml | 3 ---
 1 file changed, 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
-- 
cgit v1.2.3