Skip to content

Commit

Permalink
fix: add MOLECULE_CONTAINER_VERSION variable (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist authored Dec 28, 2023
1 parent 7dbbacc commit dec924d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ inputs:
test Test (dependency, lint, cleanup, destroy, syntax, create, prepare, converge, idempotence, side_effect, verify, cleanup, destroy).
verify Run automated tests against instances.
required: true
default: 'test'
default: "test"

molecule_args:
description: |
Expand All @@ -65,7 +65,8 @@ inputs:

runs:
using: docker
image: docker://gofrolist/molecule:v2
image: docker://gofrolist/molecule:v${MOLECULE_CONTAINER_VERSION}
env:
ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"
ANSIBLE_FORCE_COLOR: "1"
MOLECULE_CONTAINER_VERSION: "2"

0 comments on commit dec924d

Please sign in to comment.