1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 02:29:08 +00:00
ansible-podman-collections/ci/playbooks/local.yml
2020-05-01 22:45:50 +03:00

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') }}"