Remove use of get_md5 when using stat module

This was missed from I2ea9b2ec58913722c4defffbeee88cc420dcbdab.

Change-Id: I84971f8daa4caf2227863810c7b12e59192c2515
This commit is contained in:
Pierre Riteau 2024-06-03 12:18:16 +02:00
parent 31728a1803
commit 8f39adcf32

View File

@ -8,7 +8,6 @@
delegate_to: localhost
stat:
path: "{{ item }}"
get_md5: false
get_checksum: false
mime: false
with_items: "{{ repos_yaml_sources }}"