diff --git a/roles/common/molecule/default/molecule.yml b/roles/common/molecule/default/molecule.yml index a9ac6ddf4935e005a91bff2fead2da5ae5e00111..c4a2388f2ef8be14a7343f7042559c51c98663c9 100644 --- a/roles/common/molecule/default/molecule.yml +++ b/roles/common/molecule/default/molecule.yml @@ -1,17 +1,14 @@ --- -dependency: {} +dependency: + name: galaxy + enabled: false driver: name: vagrant provider: name: virtualbox -lint: - name: yamllint - options: - config-file: ../../.yamllint.yml - platforms: - name: helper box: debian/bookworm64 @@ -118,13 +115,9 @@ provisioner: interpreter_python: "/usr/bin/python3" ssh_connection: pipelining: "True" - lint: - name: ansible-lint scenario: name: default verifier: name: testinfra - lint: - name: flake8