diff options
| author | mail_redacted_for_web | 2022-06-28 19:53:57 +0200 | 
|---|---|---|
| committer | mail_redacted_for_web | 2022-06-28 19:53:57 +0200 | 
| commit | b7172655e9ebf04a6a4324b7d832e662a81718f1 (patch) | |
| tree | e2df79b3942b587df3c55209c50497570fc09763 | |
| parent | 09b2e28c865063b2aaf782b2f791a9a1605f1355 (diff) | |
| download | dotfiles-b7172655e9ebf04a6a4324b7d832e662a81718f1.tar.bz2 | |
Added local tarball removal after successful remote executions
| -rw-r--r-- | distrib.yml | 11 | 
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 | 
