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:
parent
e37d354f2c
commit
c30cbd0767
1 changed files with 1 additions and 11 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue