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

fix: add necessary packages for SQLite based exit script

parent 66117adf
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
'perl-base', 'perl-base',
'perl-modules', 'perl-modules',
'rsync', 'rsync',
'sqlite3',
'tar', 'tar',
'unzip', 'unzip',
] ]
...@@ -20,6 +21,8 @@ ...@@ -20,6 +21,8 @@
apt: apt:
state: present state: present
name: [ name: [
'libdbd-sqlite3-perl',
'libdbi-perl',
'libnet-openssh-perl', 'libnet-openssh-perl',
'libpath-tiny-perl', 'libpath-tiny-perl',
'libtime-progress-perl', 'libtime-progress-perl',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment