mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add CI jobs and docs for podman_tag (#347)
This commit is contained in:
parent
f2882ecb19
commit
05515e8307
9 changed files with 358 additions and 9 deletions
8
ci/playbooks/containers/podman_tag.yml
Normal file
8
ci/playbooks/containers/podman_tag.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_tag
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue