mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Use different python interpretators for root and rootless tests, as it's a problem in Ubuntu 18.
8 lines
181 B
YAML
8 lines
181 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
tasks:
|
|
- include_role:
|
|
name: podman_pod_info
|
|
vars:
|
|
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"
|