Skip to content

Fix url for deploy check on ansible

Locally, the previous version worked, as the ansible_host resolved to the same machine where kong was listening. However, it will always fail if kong is running elsewhere. This fixes it by using the appropriate ip for the tests.

Merge request reports