ansible-role-k3s/tasks/teardown/uninstall-docker-suse.yml

7 lines
100 B
YAML
Raw Normal View History

2020-02-25 18:29:39 +01:00
---
- name: Ensure docker is uninstalled using Zypper
zypper:
name: docker
state: absent