1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_acmetool.git synced 2024-08-16 12:29:49 +02:00

update systemd stuff

This commit is contained in:
L3D 2021-09-30 22:39:09 +02:00
parent 7da591f7d4
commit d15244d57a
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 1 additions and 12 deletions

View file

@ -1,7 +0,0 @@
---
- name: systemctl restart acmetool
become: true
ansible.builtin.systemd:
name: 'acmetool.service'
state: 'restarted'
enabled: true

View file

@ -7,11 +7,7 @@
owner: 'root'
group: 'root'
mode: '0644'
notify: systemctl restart acmetool
- name: force systemd to reread configs and start acmetool
ansible.builtin.systemd:
daemon_reload: true
name: 'acmetool.service'
state: 'started'
enabled: true

View file

@ -33,5 +33,5 @@ acmetool__restart_hook:
- 'files'
# versionscheck
playbook_version_number: 29 # should be a integer
playbook_version_number: 30 # should be a integer
playbook_version_path: 'do1jlr.role-acmetool.version'