ansible/lib/ansible
nesanton 14612db43f Ovirt: fixes #41592, #34559 (#41622)
* autostart cannot be used with command=define

autostart cannot be used with command=define. If it's used with state, it'll be silently ignored.
https://github.com/ansible/ansible/issues/41592

* guest name should not be used with xml

When both ```name``` and ```xml``` are specified, there might be a mismatch of domain names in
```name``` and inside ```xml```.

* Improved error handling and param deps for autostart-only tasks.
Standalone autostart tasks depend on ```name``` and need the domain to be present.

* Added handling of errors thrown by libvirt

* Updates to documentstion and examples

* Removed required flag from name. Added description on some option combinations.
Added a few examples.

* lint issues

* docs: note that name is optional

* Removing required from documentation of name parameter

* extra text to make clearer when name is required

* When defining a domain with xml, its name is taken directly from the xml definition.

This reverts commit 4ac14a622b38438d1385586683a9275e5905254a.
2018-11-22 08:13:55 +05:30
..
cli Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
compat Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
config fix bug in config mgr 2018-11-19 11:46:17 -05:00
errors Python 3.8 collections compatibility fixes. 2018-10-08 11:26:37 -07:00
executor Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
galaxy Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
inventory Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
module_utils Pass string command in run_command (#48805) 2018-11-20 00:01:54 -05:00
modules Ovirt: fixes #41592, #34559 (#41622) 2018-11-22 08:13:55 +05:30
parsing Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
playbook Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
plugins Fix getheaders regression with open_url in Scaleway dynamic inventory (#48671) 2018-11-21 09:06:21 -06:00
template Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
utils Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
vars Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
__init__.py
constants.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
release.py Codename: How Many More Times 2018-09-04 12:38:29 -04:00