Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bodsch committed Nov 15, 2023
1 parent 9b32dce commit 0418741
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/custom-tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
ansible.builtin.stat:
path: "{{ item }}"
get_checksum: false
get_checksum: false
get_mime: false
get_attributes: false
register: _pre_task_available
Expand All @@ -47,7 +46,6 @@
ansible.builtin.stat:
path: "{{ item }}"
get_checksum: false
get_checksum: false
get_mime: false
get_attributes: false
register: _post_task_available
Expand Down

0 comments on commit 0418741

Please sign in to comment.