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:
parent
a38df046a4
commit
69b034b263
23 changed files with 102 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue