mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-04-07 18:53:08 +00:00
Remove unreliable test.
This commit is contained in:
parent
0dfc9f315d
commit
302450ad05
@ -3686,18 +3686,6 @@
|
|||||||
register: platform_5
|
register: platform_5
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: platform (idempotency)
|
|
||||||
community.docker.docker_container:
|
|
||||||
image: "{{ docker_test_image_simple_1 }}"
|
|
||||||
name: "{{ cname }}"
|
|
||||||
state: present
|
|
||||||
pull: true
|
|
||||||
platform: 386
|
|
||||||
force_kill: true
|
|
||||||
debug: true
|
|
||||||
register: platform_6
|
|
||||||
ignore_errors: true
|
|
||||||
|
|
||||||
- name: cleanup
|
- name: cleanup
|
||||||
community.docker.docker_container:
|
community.docker.docker_container:
|
||||||
name: "{{ cname }}"
|
name: "{{ cname }}"
|
||||||
@ -3712,7 +3700,6 @@
|
|||||||
- platform_3 is not changed and platform_3 is not failed
|
- platform_3 is not changed and platform_3 is not failed
|
||||||
- platform_4 is not changed and platform_4 is not failed
|
- platform_4 is not changed and platform_4 is not failed
|
||||||
- platform_5 is changed
|
- platform_5 is changed
|
||||||
- platform_6 is not changed and platform_6 is not failed
|
|
||||||
when: docker_api_version is version('1.41', '>=')
|
when: docker_api_version is version('1.41', '>=')
|
||||||
- ansible.builtin.assert:
|
- ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user