mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-18 01:58:13 +00:00
Add smoke test.
This commit is contained in:
parent
df02fa84d3
commit
62239a2714
@ -84,6 +84,13 @@
|
|||||||
state: present
|
state: present
|
||||||
register: present_3
|
register: present_3
|
||||||
|
|
||||||
|
- name: Present with --yes
|
||||||
|
docker_compose_v2:
|
||||||
|
project_src: '{{ project_src }}'
|
||||||
|
state: present
|
||||||
|
assume_yes: true
|
||||||
|
when: docker_compose_version is version('2.32.0', '>=')
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- present_1_check is changed
|
- present_1_check is changed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user