mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 21:33:07 +00:00
Merge "Fix W504 and remove exclusion"
This commit is contained in:
@@ -184,8 +184,10 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
||||
if not source_data:
|
||||
clouds_yaml_path = self._config_data.get('clouds_yaml_path')
|
||||
if clouds_yaml_path:
|
||||
config_files = (clouds_yaml_path +
|
||||
client_config.CONFIG_FILES)
|
||||
config_files = (
|
||||
clouds_yaml_path
|
||||
+ client_config.CONFIG_FILES
|
||||
)
|
||||
else:
|
||||
config_files = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user