community.general/lib/ansible/executor
Abhijit Menon-Sen 575a8b8c77 Merge Host.ipv[46]_address into .address
The earlier distinction was never used; .ipv6_address was always a copy
of .ipv4_address, and the latter was always used to set the remote_addr
field in the PlayContext.

Also uses the canonical ansible_host/ansible_port names when setting the
address and port from variables.
2015-09-17 23:03:48 +05:30
..
process set_fact should put facts in the fact_cache, not vars_cache 2015-09-09 11:10:18 -04:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
module_common.py Test for Python must be against basename of interpreter 2015-09-11 13:29:34 +02:00
play_iterator.py Fix typo in 049a48f 2015-09-11 15:54:24 -04:00
playbook_executor.py Fix indent on line in playbook executor 2015-09-09 18:10:38 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Merge Host.ipv[46]_address into .address 2015-09-17 23:03:48 +05:30
task_queue_manager.py Fix unreachable host detection and have plays continue after unreachable failures 2015-09-09 15:27:26 -04:00
task_result.py Make sure we're actually looping before looking at 'results' in TaskResult 2015-07-24 11:55:22 -04:00