diff options
| author | mail_redacted_for_web | 2022-06-30 12:30:35 +0200 | 
|---|---|---|
| committer | mail_redacted_for_web | 2022-06-30 12:30:35 +0200 | 
| commit | f9091bfdf8c6aec69a5a53a908f7560500f0e554 (patch) | |
| tree | 4ac8b7a08aeefda29a5c5dabd872ca58c1b59746 | |
| parent | 64273fd6a264fb5fb7f85d3c3a94399e258601dc (diff) | |
| download | dotfiles-f9091bfdf8c6aec69a5a53a908f7560500f0e554.tar.bz2 | |
removing delegation remnants
| -rw-r--r-- | distrib.yml | 3 | 
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 | 
