Test on fields that exist

This commit is contained in:
Toshio Kuratomi 2015-05-28 17:01:18 -07:00
parent b5b5e7afba
commit 8286253c81

View file

@ -55,8 +55,8 @@
path: "{{ output_dir }}/kreitz.html"
register: stat_result
- name: Assert that the file was not downloaded
- name: Assert that the file was downloaded
assert:
that:
- "result.failed == false"
- "result.changed == true"
- "stat_result.stat.exists == true"