1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test
John Kleint 2a002f5c0b Support iteration over command output in with_items.
When the output of a command is stored in a register, this will create a
stdout_lines field in the result object that contains stdout split into a list
of lines.  This list can then be iterated over using with_items.
2012-09-17 16:57:33 -04:00
..
assemble.d - Makefile now works with freebsd (date command options are diff) 2012-08-29 09:46:05 -04:00
test_playbook_vars Always load group_vars and host_vars. 2012-08-13 21:08:05 -07:00
ansible_hosts - Makefile now works with freebsd (date command options are diff) 2012-08-29 09:46:05 -04:00
CentOS.yml
common_vars.yml
complex_hosts Add support for ranged patterns like webservers[0-49] for hitting the first 50 webservers. 2012-08-11 13:49:18 -04:00
default_os.yml
hosts_list.yml
inventory_api.py
playbook1.yml more whitespace 2012-08-06 21:00:21 -04:00
results_list.yml Support iteration over command output in with_items. 2012-09-17 16:57:33 -04:00
sample.j2
simple_hosts
template-basic
template-whitespace
TestInventory.py Fix inventory.get_hosts when hosts is a list. 2012-09-11 13:00:40 -04:00
TestPlayBook.py Support iteration over command output in with_items. 2012-09-17 16:57:33 -04:00
TestRunner.py - Makefile now works with freebsd (date command options are diff) 2012-08-29 09:46:05 -04:00
TestUtils.py Remove unused imports. 2012-08-09 21:35:22 -07:00