forked from Netz39_Admin/netz39-infra-ansible
pebkac... variablen sollte man auch als variablen benutzen
This commit is contained in:
parent
1703e7226e
commit
eb6f5a815d
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
Loading…
Reference in a new issue