mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
10 lines
213 B
YAML
10 lines
213 B
YAML
|
---
|
||
|
- 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'
|