1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Using custom splitting function for module param counting

This commit is contained in:
James Cammarata 2014-07-24 13:57:35 -05:00
parent 7348b584ee
commit 43154e5101
4 changed files with 106 additions and 8 deletions

View file

@ -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') }}"