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:
parent
dec15523bd
commit
2268ea9a7f
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue