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 @@
'perl-base',
'perl-modules',
'rsync',
'sqlite3',
'tar',
'unzip',
]
......@@ -20,6 +21,8 @@
apt:
state: present
name: [
'libdbd-sqlite3-perl',
'libdbi-perl',
'libnet-openssh-perl',
'libpath-tiny-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