Skip to content

Commit 319f038

Browse files
committed
Add wip_signal key in ansible
1 parent 2a9a68f commit 319f038

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ansible/templates/google_health-params-prod.json.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"cache_dir": "./cache",
55
"start_date": "",
66
"end_date": "",
7-
"ght_key": "{{ google_health_api_key }}"
7+
"ght_key": "{{ google_health_api_key }}",
8+
"wip_signal": ""
89
}

ansible/templates/google_health-params-test.json.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"cache_dir": "../cache",
55
"start_date": "2020-02-11",
66
"end_date": "2020-04-30",
7-
"ght_key": "{{ google_health_api_key }}"
7+
"ght_key": "{{ google_health_api_key }}",
8+
"wip_signal": ""
89
}

0 commit comments

Comments
 (0)