Skip to content

Commit

Permalink
test network host
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent ad4cc7e commit a4af7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansible/roles/podman/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@
containers.podman.podman_image:
name: "{{ runner_image_name }}"
tag: latest
force: yes
# force: yes
become: yes

- name: Create the container without starting it
containers.podman.podman_container:
name: "{{ runner_image_name }}"
image: "{{ runner_image_name }}"
privileged: true # TODO: further podman setup is needed to disable this flag
network: host
env:
GITHUB_OWNER: "{{ github_owner }}"
GITHUB_REPOSITORY: "{{ github_repository }}"
Expand Down

0 comments on commit a4af7fa

Please sign in to comment.