From cef1a666f31abff1b1792a53adf1eb0bc4579642 Mon Sep 17 00:00:00 2001 From: Dave Buckley Date: Thu, 8 Feb 2018 13:47:50 +0000 Subject: [PATCH] name is not a required parameter (#35434) --- lib/ansible/modules/cloud/openstack/os_keystone_domain_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/openstack/os_keystone_domain_facts.py b/lib/ansible/modules/cloud/openstack/os_keystone_domain_facts.py index ca1feb89b0..42d94bb310 100644 --- a/lib/ansible/modules/cloud/openstack/os_keystone_domain_facts.py +++ b/lib/ansible/modules/cloud/openstack/os_keystone_domain_facts.py @@ -27,7 +27,7 @@ options: name: description: - Name or ID of the domain - required: true + required: false filters: description: - A dictionary of meta data to use for further filtering. Elements of