Skip to content

Commit

Permalink
update ansible-lint to use latest Ansible creator EE image 0.15
Browse files Browse the repository at this point in the history
update ansible-lint to use latest Ansible creator EE image 0.15
add `selinux` dependency for qemu to fix some tests
  • Loading branch information
richm committed Apr 15, 2023
1 parent a7d14da commit 3465063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tox_lsr/config_files/tox-default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ commands =
{env:LSR_CONTAINER_RUNTIME:podman} run --rm --privileged \
-v {toxinidir}:/workdir --workdir /workdir \
--entrypoint /usr/local/bin/ansible-lint \
quay.io/ansible/creator-ee:v0.13.0 \
quay.io/ansible/creator-ee:v0.15.0 \
{env:RUN_ANSIBLE_LINT_EXTRA_ARGS:} {posargs}
{[lsr_config]commands_post}
commands_post =
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/test_tox_merge_ini/result.ini
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ commands = bash {lsr_scriptdir}/setup_module_utils.sh
{env:LSR_CONTAINER_RUNTIME:podman} run --rm --privileged \
-v {toxinidir}:/workdir --workdir /workdir \
--entrypoint /usr/local/bin/ansible-lint \
quay.io/ansible/creator-ee:v0.13.0 \
quay.io/ansible/creator-ee:v0.15.0 \
{env:RUN_ANSIBLE_LINT_EXTRA_ARGS:} {posargs}
{[lsr_config]commands_post}
commands_post = bash {lsr_scriptdir}/ansible-lint-helper.sh post
Expand Down

0 comments on commit 3465063

Please sign in to comment.