From b7172655e9ebf04a6a4324b7d832e662a81718f1 Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Tue, 28 Jun 2022 19:53:57 +0200 Subject: Added local tarball removal after successful remote executions --- distrib.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3