docker: ansible-lint
This commit is contained in:
14
roles/docker/molecule/default/verify.yml
Normal file
14
roles/docker/molecule/default/verify.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# This is an example playbook to execute Ansible tests.
|
||||
|
||||
- name: Verify
|
||||
hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Docker hello world container
|
||||
community.docker.docker_container:
|
||||
name: hello-world
|
||||
image: hello-world
|
||||
detach: false
|
||||
cleanup: true
|
||||
register: docker_hello_world
|
||||
Reference in New Issue
Block a user