reghister

This commit is contained in:
Michael Grote 2022-04-02 15:15:43 +02:00
parent 8ca4e3d4de
commit b30122d798
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
name:
- sanoid
state: present
register: install
- name: systemctl daemon-reload
become: yes
ansible.builtin.systemd:
daemon_reload: yes
when: install.changed
- name: Create Sanoid Directory
become: true