mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Using custom splitting function for module param counting
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
|
||||
# https://github.com/ansible/ansible/issues/6550
|
||||
- name: confirm pipe lookup works with multiple positional args
|
||||
debug: msg="{{ lookup('pipe', 'ls /tmp /') }}"
|
||||
debug: msg="{{ lookup('pipe', 'ls -l /tmp') }}"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user