Fixing bugs related to parsing and fixing up parsing integration tests (v2)

This commit is contained in:
James Cammarata 2015-05-13 11:27:12 -05:00
parent b85ce38834
commit b94e2a1f4e
4 changed files with 30 additions and 20 deletions

View file

@ -152,17 +152,17 @@
that:
- complex_param == "this is a param in a complex arg with double quotes"
- name: test variable module name
action: "{{ variable_module_name }} msg='this should be debugged'"
register: result
#- name: test variable module name
# action: "{{ variable_module_name }} msg='this should be debugged'"
# register: result
#
#- debug: var=result
- 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