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/hook.yml

10 lines
213 B
YAML
Raw Normal View History

2021-07-16 01:19:30 +02:00
---
- name: Copy hook to enable acmetool to restart services
become: true
ansible.builtin.copy:
src: 'files/restart'
dest: '/etc/acme/hooks/'
owner: root
group: root
mode: 'u=rx,g=rx,o=rx'