mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
Enable timer unit
This commit is contained in:
parent
4d3cafbfd0
commit
d4f15f1bd6
1 changed files with 8 additions and 0 deletions
|
@ -51,3 +51,11 @@
|
|||
tags:
|
||||
- configuration
|
||||
- acme
|
||||
|
||||
|
||||
- name: Reload systemd and enable acmetool timer unit
|
||||
systemd:
|
||||
name: 'acmetool.timer'
|
||||
daemon_reload: yes
|
||||
enabled: yes
|
||||
state: started
|
||||
|
|
Loading…
Reference in a new issue