mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-17 17:48:27 +00:00
Add smoke test.
This commit is contained in:
parent
df02fa84d3
commit
62239a2714
@ -84,6 +84,13 @@
|
||||
state: present
|
||||
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:
|
||||
that:
|
||||
- present_1_check is changed
|
||||
|
||||
Loading…
Reference in New Issue
Block a user