mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Use different python interpretators for root and rootless tests, as it's a problem in Ubuntu 18.
9 lines
219 B
YAML
9 lines
219 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
tasks:
|
|
- include_role:
|
|
name: podman_container
|
|
vars:
|
|
idem_image: idempotency_test
|
|
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"
|