Skip to content
Snippets Groups Projects
Commit ff3df210 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: install new dependency for deepfixity (libcryptx-perl)

parent 005810fa
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
- name: install prerequisites - name: install prerequisites
apt: apt:
update_cache: true
name: [ name: [
'libdata-printer-perl', 'libdata-printer-perl',
'libdatetime-format-http-perl', 'libdatetime-format-http-perl',
...@@ -11,7 +12,11 @@ ...@@ -11,7 +12,11 @@
state: latest state: latest
- name: install prerequisites for deep_fixity - name: install prerequisites for deep_fixity
apt: apt:
name: "libdigest-crc-perl" update_cache: true
name: [
'libcryptx-perl',
'libdigest-crc-perl',
]
state: latest state: latest
# This plugin is part of the community.general collection (version 4.0.2), which might not be installed on your computer. # This plugin is part of the community.general collection (version 4.0.2), which might not be installed on your computer.
# https://docs.ansible.com/ansible/latest/collections/community/general/cpanm_module.html # https://docs.ansible.com/ansible/latest/collections/community/general/cpanm_module.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment