Skip to content

Commit

Permalink
Remove get_md5 parameter
Browse files Browse the repository at this point in the history
This was dropped at least in 2.17 and now triggers ansible-lint.
  • Loading branch information
ekohl authored and evgeni committed Sep 16, 2024
1 parent b51b0eb commit 316b107
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/swapfile/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
stat:
path: "{{ swapfile_path }}"
get_checksum: False
get_md5: False
register: swapfile_check

- name: create swap file {{ swapfile_path }}
Expand Down

0 comments on commit 316b107

Please sign in to comment.