File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
23
23
- name : " Pre-process timestamps"
24
24
set_fact :
25
- - archive_date_in_seconds : " {{ (archive_date | default('2000-01-01T') | regex_replace('^(.*)T.*$', '\\ 1') | to_datetime('%Y-%m-%d')).strftime('%s') }}"
26
- - time_now_in_seconds : " {{ now(utc=true, fmt='%s') }}"
25
+ archive_date_in_seconds : " {{ (archive_date | default('2000-01-01T') | regex_replace('^(.*)T.*$', '\\ 1') | to_datetime('%Y-%m-%d')).strftime('%s') }}"
26
+ time_now_in_seconds : " {{ now(utc=true, fmt='%s') }}"
27
27
28
28
- name : " Copy email templates from main repo to engagement repo - if the target directory does NOT already exist"
29
29
block :
Original file line number Diff line number Diff line change 17
17
18
18
- name : ' Pre-process timestamps'
19
19
set_fact :
20
- - archive_date_in_seconds : " {{ (archive_date | default('2000-01-01T') | regex_replace('^(.*)T.*$', '\\ 1') | to_datetime('%Y-%m-%d')).strftime('%s') }}"
21
- - time_now_in_seconds : " {{ now(utc=true, fmt='%s') }}"
20
+ archive_date_in_seconds : " {{ (archive_date | default('2000-01-01T') | regex_replace('^(.*)T.*$', '\\ 1') | to_datetime('%Y-%m-%d')).strftime('%s') }}"
21
+ time_now_in_seconds : " {{ now(utc=true, fmt='%s') }}"
22
22
23
23
- name : ' Set facts to bootstrap scheduled notifications into Ansible Tower'
24
24
set_fact :
Original file line number Diff line number Diff line change 19
19
20
20
- name : ' Pre-process timestamps'
21
21
set_fact :
22
- - archive_date_in_seconds : " {{ (archive_date | default('2000-01-01T') | regex_replace('^(.*)T.*$', '\\ 1') | to_datetime('%Y-%m-%d')).strftime('%s') }}"
23
- - time_now_in_seconds : " {{ now(utc=true, fmt='%s') }}"
22
+ archive_date_in_seconds : " {{ (archive_date | default('2000-01-01T') | regex_replace('^(.*)T.*$', '\\ 1') | to_datetime('%Y-%m-%d')).strftime('%s') }}"
23
+ time_now_in_seconds : " {{ now(utc=true, fmt='%s') }}"
24
24
25
25
- name : ' Residency Engagement Type inventory'
26
26
block :
You can’t perform that action at this time.
0 commit comments