Bartosz Bezak 55ae3519b7 delete check for removed docker_custom_option command
Change-Id: Ib2ed06f2499c750702611edd0c13e571e6d2732a
2023-01-10 15:06:54 +01:00

13 lines
292 B
YAML

---
- include_tasks: "repo-{{ ansible_facts.os_family }}.yml"
when: enable_docker_repo | bool
- import_tasks: install.yml
- import_tasks: config.yml
- include_tasks: configure-containerd-for-zun.yml
when:
- containerd_configure_for_zun|bool
- "'zun-cni-daemon' in group_names"