diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2019-04-04 10:57:56 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2019-04-04 10:57:56 +0200 |
commit | f24caef55d12e89742500b2c657b7e7fb33fd5f6 (patch) | |
tree | 0a08e1beb56fe26ace2256b2ea3d5477cdb89466 /tasks/kong-app.yml | |
parent | ee9d9303c8ebc9d82b4892e702c8bfc2a0316cdb (diff) | |
download | ansible-kong-app-f24caef55d12e89742500b2c657b7e7fb33fd5f6.tar.gz ansible-kong-app-f24caef55d12e89742500b2c657b7e7fb33fd5f6.tar.zst ansible-kong-app-f24caef55d12e89742500b2c657b7e7fb33fd5f6.zip |
get service id
Diffstat (limited to 'tasks/kong-app.yml')
-rw-r--r-- | tasks/kong-app.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/kong-app.yml b/tasks/kong-app.yml index 0d13b7f..23d32c3 100644 --- a/tasks/kong-app.yml +++ b/tasks/kong-app.yml | |||
@@ -28,8 +28,8 @@ | |||
28 | register: kong_service_creation_st | 28 | register: kong_service_creation_st |
29 | 29 | ||
30 | - name: set service id | 30 | - name: set service id |
31 | set-fact: | 31 | set_fact: |
32 | kong_current_service_id: "{{ kong_service_creation_st.json.data.id }}" | 32 | kong_current_service_id: "{{ kong_service_creation_st.json.id }}" |
33 | 33 | ||
34 | - name: Setup plugins | 34 | - name: Setup plugins |
35 | import_tasks: plugins.yml | 35 | import_tasks: plugins.yml |