2cb9f249a8
The old role will be kept and include ensure-podman for backwards-compatability. Change-Id: I21cfdfef4a88f66f51d139abed04f70b3228a22d
15 lines
247 B
YAML
15 lines
247 B
YAML
- name: Install projectatomic PPA
|
|
apt_repository:
|
|
repo: 'ppa:projectatomic/ppa'
|
|
state: present
|
|
become: yes
|
|
|
|
- name: Install podman
|
|
package:
|
|
name:
|
|
- podman
|
|
- uidmap
|
|
- slirp4netns
|
|
state: present
|
|
become: yes
|