Skip to content

Commit

Permalink
increased timeout for private region service creation to 120 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardojosegomezulmke committed Jul 14, 2022
1 parent 4f5ad69 commit ac56b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
solace_cloud_service:
api_token: "{{ solace_cloud_api_token }}"
name: "{{ service_name }}"
wait_timeout_minutes: 30
wait_timeout_minutes: 120
settings:
# msgVpnName: "{{ sc_service.msgVpnName }}"
datacenterId: "{{ sc_service.datacenterId }}"
Expand All @@ -24,7 +24,7 @@
attributes: "{{ sc_service.attributes | default(omit) }}"
state: present
register: result

- set_fact:
sc_service_id: "{{ result.response.serviceId }}"
sc_service_info: "{{ result.response }}"
Expand Down

0 comments on commit ac56b24

Please sign in to comment.