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

fix: ansible.builtin.git requires git to be installed on the managed hosts

parent 84f881a8
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,10 @@ ...@@ -80,6 +80,10 @@
- "chown_dip_access.service" - "chown_dip_access.service"
tags: [systemd] tags: [systemd]
- name: git installieren
ansible.builtin.apt:
name: "git"
state: latest
- name: Config für Signifikante Eigenschaften einspielen - name: Config für Signifikante Eigenschaften einspielen
ansible.builtin.git: ansible.builtin.git:
repo: "https://git.slub-dresden.de/digital-preservation/significantproperties.git" repo: "https://git.slub-dresden.de/digital-preservation/significantproperties.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment