You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible/plugins/strategy
Matt Martz 1a2ef0922f
Use inventory.get_host instead of direct access to inventory.hosts (#41860)
* Use inventory.get_host instead of direct access to inventory.hosts. Fixes #32152

* Prevent potential side effect, by using self._inventory.localhost directly instead of get_host
6 years ago
..
__init__.py Use inventory.get_host instead of direct access to inventory.hosts (#41860) 6 years ago
debug.py Provide a way to explicitly invoke the debugger (#34006) 7 years ago
free.py more debug logs for free, network_cli, paramiko and add hostname context to debugging messages (#39205) 7 years ago
linear.py Fix inserting noop tasks by using active state (#36056) 6 years ago