From 5a7f579d86b52754d5634fd6719882158c01ec18 Mon Sep 17 00:00:00 2001 From: Jill Rouleau Date: Tue, 23 Jul 2019 09:45:32 -0700 Subject: [PATCH] Fix clouds_yaml_path type in openstack inventory Fixes: 59442 --- lib/ansible/plugins/inventory/openstack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/inventory/openstack.py b/lib/ansible/plugins/inventory/openstack.py index 1f2055f71b3..5de701c4bab 100644 --- a/lib/ansible/plugins/inventory/openstack.py +++ b/lib/ansible/plugins/inventory/openstack.py @@ -88,7 +88,7 @@ DOCUMENTATION = ''' ansible inventory adds /etc/ansible/openstack.yaml and /etc/ansible/openstack.yml to the regular locations documented at https://docs.openstack.org/os-client-config/latest/user/configuration.html#config-files - type: string + type: list env: - name: OS_CLIENT_CONFIG_FILE compose: