firmitas: removing quotes around integer variable
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
11eb8692d5
commit
4c48548812
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ username = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_user, firmitas_pag
|
||||||
password = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_apikey, firmitas_pagure_apikey) }}"
|
password = "{{ (env == 'staging')|ternary(firmitas_stg_pagure_apikey, firmitas_pagure_apikey) }}"
|
||||||
|
|
||||||
# Number of days from validity expiry to make the notification for
|
# Number of days from validity expiry to make the notification for
|
||||||
daysqant = "{{ (env == 'staging')|ternary(firmitas_stg_expiry_days, firmitas_expiry_days) }}"
|
daysqant = {{ (env == 'staging')|ternary(firmitas_stg_expiry_days, firmitas_expiry_days) }}
|
||||||
|
|
||||||
# List of labels to tag the notification tickets with
|
# List of labels to tag the notification tickets with
|
||||||
tagslist = ["firmitas", "automate", "notifier"]
|
tagslist = ["firmitas", "automate", "notifier"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue