Add chrony_config_file_location default to avoid uncontrolled failures
This patch adds a missing config that let any playbook fail if no vars are passed. Even though it's always good overriding variables, we should provide defaults for config files like any other first citizen parameter. Change-Id: I953296e22a6d8310aaf401fd9b13a71c35dbaf6a
This commit is contained in:
parent
62654c88fa
commit
0111661102
@ -19,3 +19,4 @@ chrony_manage_service: True
|
||||
chrony_manage_package: True
|
||||
chrony_service_state: started
|
||||
chrony_extra_options: []
|
||||
chrony_config_file_location: /etc/chrony.conf
|
||||
|
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ usedevelop = True
|
||||
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
deps = -r{toxinidir}/test-requirements.txt
|
||||
whitelist_externals = bash
|
||||
allowlist_externals = bash
|
||||
|
||||
[testenv:bindep]
|
||||
# Do not install any requirements. We want this to be fast and work even if
|
||||
|
Loading…
Reference in New Issue
Block a user