zuul-jobs/roles/ensure-podman/tasks/Ubuntu.yaml
Mohammed Naser ff5e5c17f6 ensure-podman: refactor to use ensure--package-repositories
This patch refactors ensure-podman to use the new generic role
to allow it to be cross-platform in the future.

Change-Id: Id9ad0fbaeb9d19d022393ad16a27f11260c45da0
2020-05-01 15:49:30 +02:00

16 lines
278 B
YAML

- name: Add all repositories
include_role:
name: ensure-package-repositories
vars:
repositories_list:
- repo: ppa:projectatomic/ppa
- name: Install podman
package:
name:
- podman
- uidmap
- slirp4netns
state: present
become: yes