File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
inventory-generation/notifications Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 50
50
51
51
vars :
52
52
ocp_subdomain : " {{ hosting_environments[0].ocp_sub_domain | lower }}"
53
+ subdomain_base_suffix : " {{ engagement_region | default('dev') + cloud_provider_index | default('-1')' + ocp_base_url }}"
53
54
when :
54
55
- notifications_dir.stat.exists is false
55
56
- start_date is defined
56
57
- engagement_type | default('') == 'Residency' or engagement_type | default('') == 'DO500'
57
58
- (hosting_environments is defined) and (hosting_environments | length > 0)
58
59
- (archive_date | default('2006-01-02T15:04:05Z') | to_datetime('%Y-%m-%dT%H:%M:%SZ')).strftime('%s') > now(utc=true).strftime('%s')
59
60
- hosting_environments[0].ocp_sub_domain is defined
61
+ - ocp_base_url is defined
60
62
61
63
- name : " Process list of users from template"
62
64
template :
You can’t perform that action at this time.
0 commit comments