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

fix: install logrotate (required by check-backup script)

parent cf724393
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,10 @@
apt:
name: "git"
state: latest
- name: install logrotate (required by check-backup script)
apt:
name: "logrotate"
state: latest
- name: check out check-backup Git repo
git:
repo: "git@git.slub-dresden.de:slub-referat-2-3/check-backup.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment