1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 02:29:08 +00:00

Fix yaml python dep in root tests (#96)

Use different python interpretators for root and rootless tests,
as it's a problem in Ubuntu 18.
This commit is contained in:
Sergey 2020-08-03 14:49:55 +03:00 committed by GitHub
parent a38df046a4
commit 69b034b263
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 102 additions and 29 deletions

View file

@ -28,12 +28,16 @@
- name: Test idempotency for root containers
include_tasks: root-podman.yml
vars:
ansible_python_interpreter: "/usr/bin/python"
args:
apply:
become: true
- name: Test idempotency for root network containers
include_tasks: root-podman-network.yml
vars:
ansible_python_interpreter: "/usr/bin/python"
args:
apply:
become: true