mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
* Adjust version_added, re-place tests. (#34) * Template docker test containers. * Forgot to adjust test.
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
FROM {{ docker_test_image_busybox }}
|
|
# This should fail building if docker cannot resolve some-custom-host
|
|
RUN ping -c1 some-custom-host
|