diff options
-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 |