Skip to content
Snippets Groups Projects
Commit 8126504a authored by Lars Beckers's avatar Lars Beckers
Browse files

debian-updates: fix git module bug the dirty way

parent 88c50c8d
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,11 @@
tags:
- debian-updates
- name: ensure fucking git module is able to clone
command: mount -o remount,exec /tmp
tags:
- debian-updates
- name: ensure the git is at the current revision
git:
repo: git@git.fsmpi.rwth-aachen.de:larsb/debian-updates.git
......@@ -20,6 +25,11 @@
tags:
- debian-updates
- name: ensure fucking git module is not able to clone anymore
command: mount -o remount,noexec /tmp
tags:
- debian-updates
- name: ensure the data file exists
copy:
src: /opt/debian-updates/apticron.json.example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment