ansible/roles/haproxy/tasks/main.yml

11 lines
153 B
YAML
Raw Normal View History

2021-01-09 17:54:42 +00:00
- block:
- import_tasks: package.yml
when: not dockerize
become: true
- block:
- import_tasks: docker.yml
when: dockerize
become: true