Test on fields that are actually set

This commit is contained in:
Toshio Kuratomi 2015-05-28 17:02:48 -07:00
parent 73b7d96501
commit ac14ad1419

View file

@ -121,8 +121,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"