mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
18 lines
459 B
YAML
18 lines
459 B
YAML
---
|
|
- include: pre.yml
|
|
vars:
|
|
host: localhost
|
|
ansible_venv: /tmp/ansible-test
|
|
ansible_venv_site_packages: true
|
|
clean_venv: true
|
|
|
|
- include: build.yml
|
|
vars:
|
|
host: localhost
|
|
repo_dir: "{{ source | default('/tmp/ansible-podman-collections-test') }}"
|
|
clone_repo: "{{ source is not defined }}"
|
|
|
|
- include: connection_test.yml
|
|
vars:
|
|
host: localhost
|
|
repo_dir: "{{ source | default('/tmp/ansible-podman-collections-test') }}"
|