From 7daa3e9034ac8283e1fe8e8f81c30546c7e3f7e7 Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Tue, 1 Mar 2016 17:40:11 +0100 Subject: [PATCH] Switched tsm7-repository to https --- tsm7-client/tasks/main.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tsm7-client/tasks/main.yml b/tsm7-client/tasks/main.yml index c112b22..f65d9de 100644 --- a/tsm7-client/tasks/main.yml +++ b/tsm7-client/tasks/main.yml @@ -8,10 +8,14 @@ - repos - name: ensure the fsmpi-repo is activated - apt_repository: repo='deb [arch=amd64] http://www-intern.fsmpi.rwth-aachen.de/debian tivoli7 main' state=present + apt_repository: repo='deb [arch=amd64] https://www-intern.fsmpi.rwth-aachen.de/debian tivoli7 main' state=present tags: - repos +- name: ensure the http fsmpi-repo is deactivated + apt_repository: repo='deb [arch=amd64] http://www-intern.fsmpi.rwth-aachen.de/debian tivoli7 main' state=absent + tags: + - repos - name: ensure systemd service file is available copy: src=dsmc.service dest=/etc/systemd/system/dsmc.service -- GitLab