This commit is contained in:
Michael Grote 2022-04-02 15:25:51 +02:00
parent 97411568a8
commit 26e00c153f
1 changed files with 0 additions and 7 deletions

View File

@ -5,13 +5,6 @@
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