Skip to content

Commit

Permalink
chore: desp6?
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasPammer committed Feb 10, 2024
1 parent c7cb799 commit 888c98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ driver:
name: docker
platforms:
# service-enabled Docker image by geerlingguy
- name: instance-${TOX_ENVNAME}-${MOLECULE_DISTRO:-debian10}
- name: instance-${MOLECULE_TOX_ENVNAME}-${MOLECULE_DISTRO:-debian10}
image: "geerlingguy/docker-${MOLECULE_DISTRO:-debian10}-ansible:latest"
command: ${MOLECULE_DOCKER_COMMAND:-""}
volumes:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deps =
commands =
molecule test
setenv =
TOX_ENVNAME={envname}
MOLECULE_TOX_ENVNAME={envname}
PY_COLORS=1
ANSIBLE_FORCE_COLOR=1
ANSIBLE_ROLES_PATH=../
Expand Down

0 comments on commit 888c98a

Please sign in to comment.