Merge "Remove use of get_md5 when using stat module"

This commit is contained in:
Zuul 2024-06-03 20:38:17 +00:00 committed by Gerrit Code Review
commit afa0b75cf5

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 }}"