Skip to content

Commit

Permalink
fix molecule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mafalb committed Jan 6, 2024
1 parent 0d71e9c commit 1d4d92f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions molecule/update/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,21 @@ dependency:
requirements-file: requirements.yml

driver:
name: ${CI_DRIVER:-docker}
name: ${CI_DRIVER:-podman}

platforms:
- name: ${CI_HOSTNAME}
image: ${CI_IMAGE}
dockerfile: ../resources/Dockerfile-${CI_HOSTNAME}.j2
dockerfile: ../resources/Dockerfile-${CI_DOCKERFILE}.j2
volumes:
- ${PWD}/../../:/ansible_collections:Z
- ${PWD}/../../:/root/collections/ansible_collections:Z

provisioner:
name: ansible
ansible_args:
- --tags=all,debug
- --diff
- -e arg_ansible_version='${ANSIBLE_VERSION}' -e arg_python_version=${PYTHON_VERSION}
lint:
name: ansible-lint
- -e arg_ansible_version='${ANSIBLE_VERSION}' -e arg_python_version='${PYTHON_VERSION}'
config_options:
defaults:
gathering: smart
Expand All @@ -50,8 +48,6 @@ provisioner:

verifier:
name: ansible
lint:
name: ansible-lint

scenario:
test_sequence:
Expand Down

0 comments on commit 1d4d92f

Please sign in to comment.