pebkac... variablen sollte man auch als variablen benutzen

This commit is contained in:
David Kilias 2021-02-23 18:39:18 +01:00 committed by Gitea
parent 1703e7226e
commit eb6f5a815d

View file

@ -54,7 +54,7 @@
- name: Install dehydrated cron job. - name: Install dehydrated cron job.
cron: cron:
name: renew dehydrated certs name: renew dehydrated certs
hour: dehydrated_cron_hour hour: "{{ dehydrated_cron_hour }}"
minute: dehydrated_cron_minute minute: "{{ dehydrated_cron_minute }}"
day: dehydrated_cron_day day: "{{ dehydrated_cron_day }}"
job: "{{ dehydrated_binary }} -c -g" job: "{{ dehydrated_binary }} -c -g"