mirror of
https://github.com/atosatto/ansible-minio.git
synced 2025-04-08 18:56:34 +02:00
One more linter error fix
This commit is contained in:
parent
dd8c0045d6
commit
9a4b51c3dd
@ -11,7 +11,7 @@ testinfra_hosts = testinfra.utils.ansible_runner.AnsibleRunner(
|
||||
@pytest.fixture()
|
||||
def AnsibleDefaults(Ansible):
|
||||
with open("../../defaults/main.yml", 'r') as stream:
|
||||
return yaml.load(stream)
|
||||
return yaml.load(stream)
|
||||
|
||||
|
||||
@pytest.mark.parametrize('minio_bin_var', [
|
||||
|
Loading…
Reference in New Issue
Block a user