mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
[stable-1] Fix docker tests (#1398)
* Adjust version_added, re-place tests. (#34) * Template docker test containers. * Forgot to adjust test.
This commit is contained in:
parent
ab94b0ace0
commit
e03431d9f6
55 changed files with 823 additions and 801 deletions
|
@ -45,8 +45,8 @@
|
|||
name: test_stack
|
||||
absent_retries: 30
|
||||
|
||||
- name: Copy compose files
|
||||
copy:
|
||||
- name: Template compose files
|
||||
template:
|
||||
src: "{{item}}"
|
||||
dest: "{{output_dir}}/"
|
||||
with_items:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
version: '3'
|
||||
services:
|
||||
busybox:
|
||||
image: busybox:latest
|
||||
image: "{{ docker_test_image_busybox }}:latest"
|
||||
command: sleep 3600
|
|
@ -2,7 +2,7 @@ stack_compose_base:
|
|||
version: '3'
|
||||
services:
|
||||
busybox:
|
||||
image: busybox:latest
|
||||
image: "{{ docker_test_image_busybox }}:latest"
|
||||
command: sleep 3600
|
||||
|
||||
stack_compose_overrides:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue