removed invocation from tests as it is only available on very very verbose mode

This commit is contained in:
Brian Coca 2015-10-31 13:00:53 -04:00
parent 7368030651
commit c267e1906e
4 changed files with 9 additions and 16 deletions

View file

@ -162,7 +162,6 @@
- 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