From 4b1c30df8d3b4cb72c6a7016903e8a5b7d32d31f Mon Sep 17 00:00:00 2001 From: Phillipe Smith Date: Sat, 13 Jul 2019 10:24:54 -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 2b3f017d8ef..1c9bb455f21 100644 --- a/lib/ansible/modules/cloud/openstack/os_group_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_group_facts.py @@ -41,6 +41,7 @@ options: availability_zone: description: - Ignored. Present for backwards compatibility + type: str ''' EXAMPLES = '''