ordner
This commit is contained in:
parent
27bafa4223
commit
263f91689f
1 changed files with 9 additions and 0 deletions
|
@ -6,6 +6,15 @@
|
|||
- sanoid
|
||||
state: present
|
||||
|
||||
- name: Create Sanoid Directory
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: /etc/sanoid
|
||||
state: directory
|
||||
owner: root
|
||||
group: root
|
||||
recurse: true
|
||||
|
||||
- name: Generate Sanoid Configuration
|
||||
become: true
|
||||
ansible.builtin.template:
|
||||
|
|
Loading…
Reference in a new issue