community.docker/tests/integration/targets/connection_docker_api/shutdown.yml
2023-01-14 11:16:57 +01:00

17 lines
302 B
YAML

---
- 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
when: false