aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/main.yml
blob: 4bd42c81023d272f7794f45bd06791904cb00194 (plain) (blame)
1
2
3
4
5
6
7
8
---
- name: Include kong-app tasks
  include_tasks: kong-app.yml
  tags:
    - kong-app
  with_items: "{{ kong_services }}"
  loop_control:
    loop_var: service