Commit ac14ad14 by Toshio Kuratomi

Test on fields that are actually set

parent 73b7d965
...@@ -121,8 +121,8 @@ ...@@ -121,8 +121,8 @@
path: "{{ output_dir }}/kreitz.html" path: "{{ output_dir }}/kreitz.html"
register: stat_result register: stat_result
- name: Assert that the file was not downloaded - name: Assert that the file was downloaded
assert: assert:
that: that:
- "result.failed == false" - "result.changed == true"
- "stat_result.stat.exists == 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