Skip to content
Snippets Groups Projects
Commit 2cbeb252 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

tsm7-client fix repository and packages names

parent 1ef7e421
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
- repos
- name: ensure the fsmpi-repo is activated
apt_repository: repo='deb https://www-intern.fsmpi.rwth-aachen.de/debian tivoli7' state=present
apt_repository: repo='deb [arch=amd64] http://www-intern.fsmpi.rwth-aachen.de/debian tivoli7 main' state=present
tags:
- repos
......@@ -25,7 +25,6 @@
- name: ensure old tsm6 dependend packages are absent
apt: name={{ item }} state=absent
with_items:
- libstdc++6
- ksh
- alien
- libssl0.9.8
......@@ -56,7 +55,7 @@
- name: ensure the tsm7 packages are installed
apt: name={{ item }} state=latest
with_items:
- gskssl
- gskssl64
- gskcrypt64
- tivsm-ba
- tivsm-api64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment