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

fix: install git as required by Ansible builtin Git module

parent 18b19dd0
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,10 @@ ...@@ -62,6 +62,10 @@
- name: install check-backup scripts - name: install check-backup scripts
block: block:
- name: install Git (required by Ansible builtin Git module)
apt:
name: "git"
state: latest
- name: check out check-backup Git repo - name: check out check-backup Git repo
git: git:
repo: "git@git.slub-dresden.de:slub-referat-2-3/check-backup.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