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/lib/ansible
James Cammarata e36a8d466e Don't re-query inventory when trimming failed/dark hosts
Since the filter list contains hosts, passing that back to list_hosts()
in the inventoy causes issues when the hostname is an IPv6 address
(with :'s interpreted as group unions). Since we already have the list
of hosts, we should not need to pass that back through inventory a
second time.

Fixes #7446
2014-05-20 14:58:37 -05:00
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Fixed extension filtering in InventoryDirectory 2014-05-14 23:43:14 -07:00
module_utils Also set the environment variables when resetting the locale to C 2014-05-19 23:22:46 -05:00
playbook Don't re-query inventory when trimming failed/dark hosts 2014-05-20 14:58:37 -05:00
runner Evaluate changed_when only if task is not skipped 2014-05-14 16:04:37 -05:00
utils Merge pull request #7388 from jimi-c/issue_7384_vars_files_include 2014-05-14 14:52:33 -05:00
__init__.py Version bump for 1.7 2014-05-05 16:37:46 -05:00
callbacks.py Fix #7057 missing False default for vars_prompt 2014-04-18 12:04:11 -07:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Adding a new system_warnings config option to supress warnings 2014-04-30 14:44:10 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Modify the way we set the localization environment 2014-05-01 10:34:53 -05:00