zuul-jobs/test-playbooks/ensure-skopeo/main.yaml
Guillaume Chauvel b517747623 Add ensure-skopeo role
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
2021-05-25 16:38:00 +02:00

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 }}'