Skip to content

Commit b2c5783

Browse files
committed
fix secret name
1 parent 5a45ecb commit b2c5783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playbooks/acs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
hxi_connector_alfresco_service_existing_handler_name: "Restart-alfresco-content"
368368
hxi_connector_remote_discovery_url: "{{ acs_play_hxi_remote_discovery_url }}"
369369
hxi_connector_remote_client_id: "{{ acs_play_hxi_remote_client_id }}"
370-
hxi_connector_remote_client_secret: "{{ acs_play_hxi_remote_client_secret }}"
370+
hxi_connector_remote_client_secret: "{{ hxi_remote_client_secret }}"
371371
hxi_connector_remote_environment_key: "{{ acs_play_hxi_remote_environment_key }}"
372372
hxi_connector_remote_prediction_url: "{{ acs_play_hxi_remote_prediction_url }}"
373373
hxi_connector_remote_token_url: "{{ acs_play_hxi_remote_token_url }}"

0 commit comments

Comments
 (0)