ansible/lib/ansible
Ondra Machacek f2e5e6de23 ovirt_vm: Fix getting console parameter (#63325)
Previously if the ovirt_vm module was executed without graphical_console
parameter, the task failed with "NoneType has no attribute 'get'". The
problem was that we obtained the graphical_console by
self.param('graphical_console', dict()), which returned None, in case
graphical_console is not passed instead of empty dict. So we must
change the line to self.param('graphical_console') or dict().
2019-10-10 04:32:00 -04:00
..
cli add ANSIBLE_PLAYBOOK_DIR envvar support (#63220) 2019-10-08 17:34:15 -07:00
compat
config config encode errors should not be fatal (#63311) 2019-10-09 17:08:29 -07:00
errors
executor Add proper error when trying to run on older PS versions (#62634) 2019-09-24 08:43:14 -04:00
galaxy Fix galaxy url use everywhere when url is set in config. (#63286) 2019-10-09 16:24:46 -04:00
inventory Account for empty strings when splitting the host pattern (#62442) 2019-09-20 16:03:51 -04:00
module_utils Fix junos unicode errors. (#63046) 2019-10-09 19:26:27 +05:30
modules ovirt_vm: Fix getting console parameter (#63325) 2019-10-10 04:32:00 -04:00
parsing Add a representer for AnsibleUnsafeBytes (#62598) 2019-09-19 14:27:48 -04:00
playbook Collection role relative deps (#61517) 2019-08-29 02:25:44 -07:00
plugins docker_* modules: docs improvements (#63165) 2019-10-09 22:21:28 +02:00
template fix collection jinja2 cache issue (#62543) 2019-09-18 14:39:59 -07:00
utils config encode errors should not be fatal (#63311) 2019-10-09 17:08:29 -07:00
vars
__init__.py
constants.py
context.py
release.py Update release name for 2.10 2019-09-05 18:36:06 -07:00