enabled good parsing tests in parsing target

fixed test_good_parsing role
added raw duplicate parameters to test_good_parsing
This commit is contained in:
Brian Coca
2015-07-14 08:05:57 -04:00
parent 8793308c39
commit 44aef347cb
2 changed files with 4 additions and 1 deletions

View File

@@ -97,6 +97,9 @@
that:
result.cmd == "echo foo=bar foo=bar"
- name: raw duplicates, noop
raw: /bin/true foo=bar foo=bar
- name: multi-line inline shell commands (should use script module but hey) are a thing
shell: "{{ multi_line }}"
register: result