]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - tasks/main.yml
README: add a Travis badge with build status
[github/fretlink/ansible-kong-app.git] / tasks / main.yml
index 4bb562fb4037f05a54ce26bdad3ee73db82fc1a9..c4e3aec3e018c0c2176f11348d077a0728644337 100644 (file)
@@ -1,5 +1,8 @@
 ---
-- name: Include kong-app tasks
-  import_tasks: kong-app.yml
+- name: Include kong server tasks
+  include_tasks: server.yml
   tags:
     - kong-app
+  with_items: "{{ kong_servers }}"
+  loop_control:
+    loop_var: server