diff options
Diffstat (limited to 'components/model-catalog/blueprint-model')
-rw-r--r-- | components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json b/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json index 53ca04a5d..a765f038c 100644 --- a/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json +++ b/components/model-catalog/blueprint-model/test-blueprint/remote_ansible/Definitions/remote_ansible.json @@ -29,7 +29,7 @@ "ansible-remote-endpoint": { "type": "token-auth", "url": "http://142.44.184.236", - "token": "Bearer J9gEtMDqf7P4YsJ74fioY9VAhLDIs1" + "token": "Bearer J9gEtMDqf7P4YsJ7444fioY9VAhLDIs1" } }, "topology_template": { @@ -106,7 +106,7 @@ "operations": { "process": { "inputs": { - "endpoint-selector": { "get_input": "endpoint-selector" }, + "endpoint-selector" : "*ansible-remote-endpoint", "job-template-name": { "get_input": "job-template-name" }, "limit": { "get_input": "limit" }, "inventory": { "get_input": "inventory" }, |