mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2025-01-08 10:40:19 +01:00
5e39160ed9
Testing: - Added docker networking, ensure that test output is verbose. - Fix build for AmazonLinux 2 - No-deploy flag test added
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
|