mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-06 05:43:29 +01:00
11 lines
200 B
YAML
11 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
|