File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
inventory-generation/identity-management Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
- name : " Assemble inventory"
65
65
set_fact :
66
66
claim_content :
67
- env_end_date : " {{ (archive_date | to_datetime('%Y-%m-%dT%H:%M:%S%z ')).strftime('%d %b %Y') }}"
68
- end_date : " {{ (end_date | to_datetime('%Y-%m-%dT%H:%M:%S%z ')).strftime('%d %b %Y') }}"
69
- start_date : " {{ (start_date | to_datetime('%Y-%m-%dT%H:%M:%S%z ')).strftime('%d %b %Y') }}"
67
+ env_end_date : " {{ (archive_date | regex_replace('^(.*)T.*$', ' \\ 1') | to_datetime('%Y-%m-%d ')).strftime('%d %b %Y') }}"
68
+ end_date : " {{ (end_date | regex_replace('^(.*)T.*$', ' \\ 1') | to_datetime('%Y-%m-%d ')).strftime('%d %b %Y') }}"
69
+ start_date : " {{ (start_date | regex_replace('^(.*)T.*$', ' \\ 1') | to_datetime('%Y-%m-%d ')).strftime('%d %b %Y') }}"
70
70
customer_name : " {{ customer_name }}"
71
71
project_name : " {{ project_name }}"
72
72
ipa_validate_certs : " {{ ipa_validate_certs }}"
You can’t perform that action at this time.
0 commit comments