ansible/roles/haproxy/tasks/main.yml
2021-01-09 20:54:42 +03:00

11 lines
153 B
YAML

- block:
- import_tasks: package.yml
when: not dockerize
become: true
- block:
- import_tasks: docker.yml
when: dockerize
become: true