mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07: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…
Add table
Add a link
Reference in a new issue