]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blobdiff - tasks/main.yml
upstream: allow 200 as a valid return code when adding target
[github/fretlink/ansible-kong-app.git] / tasks / main.yml
index 4bd42c81023d272f7794f45bd06791904cb00194..c4e3aec3e018c0c2176f11348d077a0728644337 100644 (file)
@@ -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