mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-13 08:50:20 +01:00
99c103a14f
testing Docker installation as Fedora was missing python-dnf dependency.
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
|