diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index f190509..106748c 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -21,10 +21,14 @@ platforms: provisioner: name: ansible + connection_options: + ansible_connection: docker + ansible_user: root env: ANSIBLE_PYTHON_INTERPRETER: /usr/bin/python3 lint: name: ansible-lint + verifier: name: ansible