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

adding missing become: true

This commit is contained in:
L3D 2021-10-13 22:08:32 +02:00
parent 54cc7cd3ee
commit f77bcaa555
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 2 additions and 1 deletions

View file

@ -9,5 +9,6 @@
mode: '0644'
- name: force systemd to reread configs and start acmetool
become: true
ansible.builtin.systemd:
daemon_reload: true

View file

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