Add parsing test to travis to catch that invocation is missing

This commit is contained in:
Toshio Kuratomi 2015-10-22 08:52:21 -07:00
commit ed6aa75d63
2 changed files with 6 additions and 6 deletions

View file

@ -161,11 +161,11 @@
#
#- debug: var=result
#- name: assert the task with variable module name ran
# assert:
# that:
# - result.invocation.module_name == "debug"
# - result.msg == "this should be debugged"
- name: assert the task with variable module name ran
assert:
that:
- result.invocation.module_name == "debug"
- result.msg == "this should be debugged"
- name: test conditional includes
include: test_include_conditional.yml