From cfc48fca3935dbf6a2e7b1abef3e412e83957328 Mon Sep 17 00:00:00 2001 From: Phillipe Smith Date: Sat, 13 Jul 2019 10:24:18 -0300 Subject: [PATCH] Update lib/ansible/modules/cloud/openstack/os_group_facts.py Co-Authored-By: Raimund Hook <1150270+StingRayZA@users.noreply.github.com> --- lib/ansible/modules/cloud/openstack/os_group_facts.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/openstack/os_group_facts.py b/lib/ansible/modules/cloud/openstack/os_group_facts.py index 730a2bb3fbe..e80cc325093 100644 --- a/lib/ansible/modules/cloud/openstack/os_group_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_group_facts.py @@ -28,6 +28,7 @@ options: description: - Name or ID of the group required: true + type: str domain: description: - Name or ID of the domain containing the group if the cloud supports domains