We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3710d2 commit 84d8dd8Copy full SHA for 84d8dd8
inventory-generation/notifications/main.yaml
@@ -55,7 +55,7 @@
55
56
vars:
57
ocp_subdomain: "{{ hosting_environments[0].ocp_sub_domain | lower }}"
58
- subdomain_base_suffix: "{{ engagement_region | default('dev') + cloud_provider_index | default('-1') + ocp_base_url }}"
+ subdomain_base_suffix: "{{ engagement_region | default('dev') + cloud_provider_index | default('-1') + '.' + ocp_base_url }}"
59
when:
60
- notifications_dir.stat.exists is false
61
- start_date is defined
0 commit comments