X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tasks%2Fmain.yml;h=c4e3aec3e018c0c2176f11348d077a0728644337;hb=e8dd12d4d9248db0df8ca17969924083e588e961;hp=4bd42c81023d272f7794f45bd06791904cb00194;hpb=208d503983ba44c64f92c20e8d062905a2ac47f5;p=github%2Ffretlink%2Fansible-kong-app.git 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