diff options
Diffstat (limited to 'tasks/main.yml')
-rw-r--r-- | tasks/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index 4bd42c8..c4e3aec 100644 --- a/tasks/main.yml +++ b/tasks/main.yml | |||
@@ -1,8 +1,8 @@ | |||
1 | --- | 1 | --- |
2 | - name: Include kong-app tasks | 2 | - name: Include kong server tasks |
3 | include_tasks: kong-app.yml | 3 | include_tasks: server.yml |
4 | tags: | 4 | tags: |
5 | - kong-app | 5 | - kong-app |
6 | with_items: "{{ kong_services }}" | 6 | with_items: "{{ kong_servers }}" |
7 | loop_control: | 7 | loop_control: |
8 | loop_var: service | 8 | loop_var: server |