Michael Grote
7a24089031
Reviewed-on: #584 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
9 lines
170 B
YAML
9 lines
170 B
YAML
---
|
|
- name: kopiere zed.rc
|
|
become: true
|
|
ansible.builtin.template:
|
|
owner: root
|
|
mode: "0600"
|
|
src: zed.rc
|
|
dest: /etc/zfs/zed.d/zed.rc
|
|
notify: testmail
|