b517747623
Role copied and modified from ensure-podman As focal doesn't exist for project atomic ppa [1] Install is performed from opensuse repository only [1] http://ppa.launchpad.net/projectatomic/ppa/ubuntu/dists/ Change-Id: I72fc2e68768664b80c39bd47295330131337d8b5
18 lines
575 B
YAML
18 lines
575 B
YAML
- name: Add all repositories
|
|
include_role:
|
|
name: ensure-package-repositories
|
|
vars:
|
|
repositories_keys:
|
|
- url: "https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_{{ ansible_distribution_version }}/Release.key"
|
|
repositories_list:
|
|
- repo: ppa:projectatomic/ppa
|
|
- repo: "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_{{ ansible_distribution_version }}/ /"
|
|
|
|
- name: Install skopeo
|
|
package:
|
|
name:
|
|
- skopeo
|
|
- uidmap
|
|
state: present
|
|
become: yes
|