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