fixed names
This commit is contained in:
parent
3c5ae9ba26
commit
0c61e0131f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Description=Runs run ansible playbook once per day (hour is determined based on
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* {{ansible_machine_id | int(base=16) % 24}}:00:00
|
OnCalendar=*-*-* {{ansible_machine_id | int(base=16) % 24}}:00:00
|
||||||
Unit=certbot-renewal.service
|
Unit=ansible-update.service
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
Loading…
Add table
Reference in a new issue