You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had modified to include a host , as did try when originally reporting the issue.
TASK [Parameters can be provided after the key be more specific about what to retrieve] ***
fatal: [localhost]: FAILED! => {"msg": "Error locating 'consul_key recurse=true host=consul_host token=consul_token' in kv store. Error was host not a valid consul lookup parameter"}
...ignoring
- name: retrieving a KV from a remote cluster on non default portansible.builtin.debug:
msg: "{{ lookup('consul_test_kv', consul_key_with_token, host=consul_host, port=consul_port) }}"ignore_errors: yes
host cannot be in the lookup string
token cannot be in the parameters
The text was updated successfully, but these errors were encountered:
See log of cf70776..47e203d
Further, in log of 17a9eb4..7dd5c8a
I found the a working combination in upstream
With vars :
lookup string
parameters
The text was updated successfully, but these errors were encountered: