From 8126504ac4183998ac2a6a740eb607c146af37bc Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Thu, 3 Aug 2017 00:33:03 +0200 Subject: [PATCH] debian-updates: fix git module bug the dirty way --- debian-updates/tasks/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian-updates/tasks/main.yml b/debian-updates/tasks/main.yml index f031a38..62673d5 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 -- GitLab