add deprecation for stat get_md5 (#33002)

This commit is contained in:
Jordan Borean
2017-11-28 09:58:55 +10:00
committed by ansibot
parent 4fe08441be
commit 8386201242
8 changed files with 79 additions and 41 deletions

View File

@@ -76,6 +76,7 @@
- name: Check the stat results of the file
stat:
path: "{{ remote_file }}"
get_md5: yes
register: stat_results
- debug: