Standardize names and lock config

This commit is contained in:
2022-10-25 19:20:49 +00:00
parent 00ac00ae2c
commit 08ba856288
6 changed files with 14 additions and 17 deletions

View File

@ -179,7 +179,7 @@ def read_config():
)
# Get the Ansible configuration
for key in ["path", "keyfile", "remote", "branch", "clusters_file"]:
for key in ["path", "key_file", "remote", "branch", "clusters_file", "lock_file"]:
try:
config[f"ansible_{key}"] = o_ansible[key]
except Exception: