mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Add parsing test to travis to catch that invocation is missing
This commit is contained in:
parent
6b6d03290a
commit
ed6aa75d63
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue