From 507bb99c0f6c79d5257d293a5eda6bbd3e34caaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Thu, 26 Apr 2018 18:15:47 +0200 Subject: support multiple kong servers --- tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tasks/main.yml') 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 @@ --- -- name: Include kong-app tasks - include_tasks: kong-app.yml +- name: Include kong server tasks + include_tasks: server.yml tags: - kong-app - with_items: "{{ kong_services }}" + with_items: "{{ kong_servers }}" loop_control: - loop_var: service + loop_var: server -- cgit v1.2.3