mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 23:21:22 -07:00
fix pep8 issue in consul_kv.py (#32310)
This commit is contained in:
parent
b0954dbeb4
commit
9cff2c376b
2 changed files with 4 additions and 3 deletions
|
@ -240,10 +240,12 @@ def get_consul_api(module, token=None):
|
|||
verify=module.params.get('validate_certs'),
|
||||
token=module.params.get('token'))
|
||||
|
||||
|
||||
def test_dependencies(module):
|
||||
if not python_consul_installed:
|
||||
module.fail_json(msg="python-consul required for this module. "\
|
||||
"see http://python-consul.readthedocs.org/en/latest/#installation")
|
||||
module.fail_json(msg="python-consul required for this module. "
|
||||
"see http://python-consul.readthedocs.org/en/latest/#installation")
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue