hcornet 5800cf9263
Some checks failed
Run ansible / run-ansible-playbook (push) Failing after 1m0s
first sync
2025-02-10 19:19:30 +01:00

6 lines
218 B
YAML

---
docker_apt_release_channel: "stable"
docker_apt_repository: "deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ ansible_distribution_release }} stable"
docker_daemon_options:
storage-driver: "overlay2"