mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Separate idempotency tests to a different job (#60)
This commit is contained in:
parent
3330f840c0
commit
b7d3d95a79
13 changed files with 130 additions and 21 deletions
8
ci/playbooks/containers/podman_container_idempotency.yml
Normal file
8
ci/playbooks/containers/podman_container_idempotency.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_container_idempotency
|
||||
vars:
|
||||
idem_image: idempotency_test
|
||||
Loading…
Add table
Add a link
Reference in a new issue