diff --git a/debian-updates/tasks/main.yml b/debian-updates/tasks/main.yml index f031a384a731196c64b355625fbaed851e142775..62673d53ee59181d1b71248715e7fefba10bbdb5 100644 --- a/debian-updates/tasks/main.yml +++ b/debian-updates/tasks/main.yml @@ -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