1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

add openstack.yml to CONFIG_FILES to be consistent with documentation

This commit is contained in:
Donovan Jones 2016-04-01 11:26:12 +13:00
parent dec15523bd
commit 2268ea9a7f

View file

@ -55,7 +55,7 @@ import os_client_config
import shade
import shade.inventory
CONFIG_FILES = ['/etc/ansible/openstack.yaml']
CONFIG_FILES = ['/etc/ansible/openstack.yaml', '/etc/ansible/openstack.yml']
def get_groups_from_server(server_vars, namegroup=True):