1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 02:29:08 +00:00
ansible-podman-collections/ci/playbooks/containers/podman_runlabel.yml
Sergey e42e11c714
Add CI for runlabel testing (#630)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
2023-08-23 00:03:50 +03:00

9 lines
219 B
YAML

---
- hosts: all
gather_facts: true
tasks:
- include_role:
name: podman_runlabel
vars:
runlabel_image: runlabel_test
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"