Remove use of get_md5 when using stat module
This was missed from I2ea9b2ec58913722c4defffbeee88cc420dcbdab. Change-Id: I84971f8daa4caf2227863810c7b12e59192c2515
This commit is contained in:
parent
31728a1803
commit
8f39adcf32
@ -8,7 +8,6 @@
|
|||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
stat:
|
stat:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
get_md5: false
|
|
||||||
get_checksum: false
|
get_checksum: false
|
||||||
mime: false
|
mime: false
|
||||||
with_items: "{{ repos_yaml_sources }}"
|
with_items: "{{ repos_yaml_sources }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user