Add docker connection tests (#37)

* Add docker connection tests.

* Make it easier to switch image.
This commit is contained in:
Felix Fontein
2020-11-22 22:03:16 +01:00
committed by GitHub
parent 68952f9d1d
commit c0bd1becea
7 changed files with 82 additions and 6 deletions
@@ -0,0 +1,15 @@
---
- hosts: localhost
connection: local
vars:
docker_skip_cleanup: yes
tasks:
- name: Remove docker packages
action: "{{ ansible_facts.pkg_mgr }}"
args:
name:
- docker
- docker-ce
- docker-ce-cli
state: absent