ansible-role-k3s/tasks/teardown/uninstall-docker-opensuse-leap.yml

7 lines
98 B
YAML
Raw Normal View History

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