Fix cron module special_time parameter.

The original commit used the wrong module parameter name, fix it.

Change-Id: I34566ff3522bfa2366ca7b2ec412ed18c65874d4
This commit is contained in:
Jonathan Rosser 2021-04-15 22:42:44 +01:00
parent 21f767d08b
commit d83e139831
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
cron:
name: "Purge old panko events"
user: "{{ panko_system_user_name }}"
specialtime: "{{ panko_expirer_job_time }}"
special_time: "{{ panko_expirer_job_time }}"
job: "{{ panko_bin }}/panko-expirer"
when:
- _panko_is_first_play_host