mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user