mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Using custom splitting function for module param counting
This commit is contained in:
parent
7348b584ee
commit
43154e5101
4 changed files with 106 additions and 8 deletions
|
@ -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') }}"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue