1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00
ansible_role_acmetool/tasks/timer.yml
2021-07-16 01:19:30 +02:00

8 lines
188 B
YAML

---
- name: Reload systemd and enable acmetool timer unit
become: true
ansible.builtin.systemd:
name: 'acmetool.timer'
daemon_reload: true
enabled: true
state: started