Commit 73b7d965 by Toshio Kuratomi

Test on fields that exist

parent 5d213cab
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,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