mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-06 13:53:29 +01:00
10 lines
200 B
YAML
10 lines
200 B
YAML
---
|
|
|
|
- name: Ensure docker is installed using amazon-linux-extras
|
|
command: amazon-linux-extras install docker
|
|
args:
|
|
creates: /etc/docker
|
|
notify:
|
|
- restart docker
|
|
|
|
- meta: flush_handlers
|