Skip to content

Commit

Permalink
remote: remove unnecessary ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Aug 27, 2023
1 parent 743d3b5 commit e489218
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/remote/tasks/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
ansible.builtin.stat:
path: "{{ cleanup_mount_path }}"
register: cleanup_mount_path_stat2
ignore_errors: true

- name: "Cleanup | Recursively find '{{ cleanup_mount_path }}' files"
ansible.builtin.find:
Expand Down

0 comments on commit e489218

Please sign in to comment.