community.general/lib/ansible/executor
Patrick McConnell a899f8f016 Fix for task_executor on OS X
I get this exception during the setup task:

AttributeError: 'ConnectionInformation' object has no attribute 'remote_pass'

I believe it is supposed to be looking at the password attribute. Either that
or we should create a remote_pass attribute in ConnectionInformation.
2015-06-03 07:26:18 +02:00
..
process V2 fixes 2015-05-11 11:29:48 -05:00
__init__.py Making the switch to v2 2015-05-03 21:47:26 -05:00
connection_info.py Adding unit tests for ConnectionInformation (v2) 2015-05-22 03:32:40 -05:00
module_common.py Making the switch to v2 2015-05-03 21:47:26 -05:00
play_iterator.py Fixing some small bugs related to integration tests (v2) 2015-06-01 16:42:10 -05:00
playbook_executor.py started implementing syntax check 2015-05-08 19:19:03 -04:00
stats.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_executor.py Fix for task_executor on OS X 2015-06-03 07:26:18 +02:00
task_queue_manager.py Making the switch to v2 2015-05-03 21:47:26 -05:00
task_queue_manager.py: Making the switch to v2 2015-05-03 21:47:26 -05:00
task_result.py Making the switch to v2 2015-05-03 21:47:26 -05:00