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/playbook
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
..
__init__.py Don't re-query inventory when trimming failed/dark hosts 2014-05-20 14:58:37 -05:00
play.py Properly merge role conditionals in with pre-existing conditionals 2014-05-14 01:45:35 -05:00
task.py Improve error message when multiple action are given 2014-04-20 20:32:33 +02:00