Skip to content

Commit

Permalink
tesst
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 21, 2024
1 parent a4af7fa commit fd51614
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ansible/roles/podman/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
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 All @@ -45,7 +44,6 @@
CONTAINER_REGISTRY_PASSWORD: "{{ azure_container_registry_password }}"
volumes:
- /.pat:/.pat
- /var/run/podman:/var/run/podman
state: created
become: yes

Expand Down

0 comments on commit fd51614

Please sign in to comment.