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 34e2f6e commit 6a44327
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ platforms:
cgroupns_mode: host
# network: "firewalld_network"
# subnet: '10.3.1.0/24'
tmpfs:
- /run
- /tmp
dns_servers:
- 8.8.8.8
capabilities:
Expand All @@ -33,6 +30,9 @@ platforms:
# pre_build_image: true
provisioner:
name: ansible
config_options:
defaults:
remote_tmp: /tmp
verifier:
name: testinfra
env:
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=podman
USER=root
commands =
mkdir -p {toxinidir}/../community
mkdir -p {toxinidir}/../oss
Expand Down

0 comments on commit 6a44327

Please sign in to comment.