Commit 8286253c by Toshio Kuratomi

Test on fields that exist

parent b5b5e7af
......@@ -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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment