mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-06 22:03:29 +01:00
10 lines
154 B
YAML
10 lines
154 B
YAML
---
|
|
|
|
- name: Ensure docker is installed using Zypper
|
|
zypper:
|
|
name: docker
|
|
state: present
|
|
notify:
|
|
- restart docker
|
|
|
|
- meta: flush_handlers
|