Skip to content

Commit

Permalink
add priviledged flag to podman
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent 715e704 commit 539654a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/podman/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
containers.podman.podman_container:
name: "{{ runner_image_name }}"
image: "{{ runner_image_name }}"
privileged: true # TODO: further podman setup is needed to disable this flag
env:
GITHUB_OWNER: "{{ github_owner }}"
GITHUB_REPOSITORY: "{{ github_repository }}"
Expand Down

0 comments on commit 539654a

Please sign in to comment.