diff --git a/changelogs/fragments/60202-ovirt-host-update-force-docs.yml b/changelogs/fragments/60202-ovirt-host-update-force-docs.yml new file mode 100644 index 00000000000..74cc830caaf --- /dev/null +++ b/changelogs/fragments/60202-ovirt-host-update-force-docs.yml @@ -0,0 +1,2 @@ +minor_changes: + - ovirt_host - update force parameter documentation (https://bugzilla.redhat.com/show_bug.cgi?id=1719271#c11) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_host.py b/lib/ansible/modules/cloud/ovirt/ovirt_host.py index b5c49a47dfd..88e0dad390f 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_host.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_host.py @@ -73,7 +73,8 @@ options: type: bool force: description: - - "If True host will be forcibly moved to desired state." + - "Indicates that the host should be removed even if it is non-responsive, + or if it is part of a Gluster Storage cluster and has volume bricks on it." default: False type: bool override_display: