@ -25,12 +25,15 @@ class ModuleDocFragment(object):
options:
tags:
description:
-"Dictionary of string:string pairs to assign as metadata to the object. Metadata tags on the object will be updated with any provided values. To remove tags set append_tags option to false."
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
classModuleDocFragment(object):
# Standard oVirt documentation fragment
@ -41,7 +42,8 @@ options:
required:True
description:
-"Dictionary with values needed to create HTTP/HTTPS connection to oVirt:"
-"C(username)[I(required)] - The name of the user, something like `I(admin@internal)`. Default value is set by I(OVIRT_USERNAME) environment variable."
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
classModuleDocFragment(object):
# facts standard oVirt documentation fragment
@ -38,7 +39,8 @@ options:
required:True
description:
-"Dictionary with values needed to create HTTP/HTTPS connection to oVirt:"
-"C(username)[I(required)] - The name of the user, something like `I(admin@internal)`. Default value is set by I(OVIRT_USERNAME) environment variable."