diff --git a/tasks/main.yml b/tasks/main.yml index 80e1fb6..29d10c6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -265,7 +265,7 @@ - upgrade - name: Delete build directory - ansible.builtin.copy: + ansible.builtin.file: path: "{{ item.app_folder}}/build" state: absent loop: "{{ bitwarden }}" @@ -273,7 +273,7 @@ - upgrade - name: Delete deps directory - ansible.builtin.copy: + ansible.builtin.file: path: "{{ item.app_folder}}/deps" state: absent loop: "{{ bitwarden }}" @@ -281,7 +281,7 @@ - upgrade - name: Delete web-vault directory - ansible.builtin.copy: + ansible.builtin.file: path: "{{ item.app_folder}}/web-vault" state: absent loop: "{{ bitwarden }}"