Skip to content

Commit

Permalink
set user to start podman
Browse files Browse the repository at this point in the history
  • Loading branch information
Tcharl committed Dec 21, 2023
1 parent 0693e09 commit 34e2f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ netaddr = "^0.8.0"
flake8 = "*"
yamllint = "*"
pytest-testinfra = "*"
molecule-plugins = {version = "^v23.4.1", extras = ["podman"]}
molecule-plugins = {version = "*", extras = ["podman"]}
ansible-lint = {version = "^v6.22.1", markers = "platform_system != 'Windows'" }

[build-system]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ commands =
setenv =
ANSIBLE_ROLES_PATH={toxinidir}/../community:{toxinidir}/../oss:{toxinidir}/..
ANSIBLE_COLLECTIONS_PATH={toxinidir}/../community-collections
USER=root
USER=podman
commands =
mkdir -p {toxinidir}/../community
mkdir -p {toxinidir}/../oss
Expand Down

0 comments on commit 34e2f6e

Please sign in to comment.