1
0
Fork 0
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:
Raoul 2019-07-27 17:44:40 +02:00
parent 4d3cafbfd0
commit d4f15f1bd6
No known key found for this signature in database
GPG key ID: C7493D73B67C1842

View file

@ -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