ansible-kong-module icon indicating copy to clipboard operation
ansible-kong-module copied to clipboard

Getting 'changed' instead of 'ok' on subsequent playbook executions, for kong_api

Open alza-bitz opened this issue 7 years ago • 0 comments

Hi there,

Thanks for creating this module, it's of great help to a project I'm currently working on.

It's working great for me, except I am seeing changed instead of an expected ok on repeated Ansible playbook executions for kong_api.

This is with no changes to the playbook or vars between runs.

My relevant playbook tasks look like this:

      - kong_api:
          kong_admin_uri: 111
          name: 222
          upstream_url: 333
          request_host: 444
          state: present
        register: kong_api
      - debug: var=kong_api

The output from debug is identical on each playbook run.

Thanks,

Alex.

alza-bitz avatar Jan 15 '17 20:01 alza-bitz