sanoid: Doppelung bei apt-tasks entfernt (#26)

sanoid: Doppelung bei apt-tasks entfernt

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#26
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
This commit is contained in:
Michael Grote 2021-03-13 12:33:04 +01:00
parent e37d354f2c
commit c30cbd0767
1 changed files with 1 additions and 11 deletions

View File

@ -10,6 +10,7 @@
- wget
- logrotate
- libcapture-tiny-perl
- libconfig-inifiles-perl
state: present
- name: Create Sanoid Directory
@ -24,17 +25,6 @@
- /usr/local/bin
- /etc/sanoid
- name: Install Sanoid Dependencies Packages
become: true
ansible.builtin.apt:
name:
- libconfig-inifiles-perl
force_apt_get: yes
update_cache: yes
autoremove: yes
autoclean: yes
state: present
- name: Install Sanoid Binary
become: true
ansible.builtin.get_url: