mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Add secrets info module (#706)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
81209c9a2d
commit
da420f96d9
5 changed files with 345 additions and 82 deletions
9
ci/playbooks/containers/podman_secret_info.yml
Normal file
9
ci/playbooks/containers/podman_secret_info.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_secret_info
|
||||
vars:
|
||||
idem_image: idempotency_test
|
||||
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue