diff --git a/roles/cli/cachetool/tasks/main.yml b/roles/cli/cachetool/tasks/main.yml index b075cf80..2e042957 100644 --- a/roles/cli/cachetool/tasks/main.yml +++ b/roles/cli/cachetool/tasks/main.yml @@ -1,6 +1,6 @@ --- - name: Remove previous cachetool if exists. - file: + ansible.builtin.file: path: "{{ cachetool_bin }}" state: absent