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
15 lines
225 B
YAML
15 lines
225 B
YAML
- hosts: all
|
|
roles:
|
|
- ensure-skopeo
|
|
|
|
- hosts: all
|
|
tasks:
|
|
|
|
- name: Exercise skopeo
|
|
command: /usr/bin/skopeo -v
|
|
register: output
|
|
|
|
- name: Debug output
|
|
debug:
|
|
msg: '{{ output.stdout }}'
|