Using custom splitting function for module param counting

This commit is contained in:
James Cammarata 2014-07-24 13:57:35 -05:00
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') }}"