From 48d8ab5c0f11d20ba43ef5f91a18e9622c61c171 Mon Sep 17 00:00:00 2001 From: Julian Gethmann Date: Thu, 26 Apr 2018 13:34:15 +0200 Subject: [PATCH] Deprecate mad8 role --- README.md | 1 - mad8.yml | 3 --- roles/mad8/tasks/mad8.yml | 3 +++ 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 mad8.yml diff --git a/README.md b/README.md index 93070c7..3746709 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,6 @@ Open an issue in the GitLab issue tracker and use the template for softwarereque * graphics.yml: fundamental graphics software (Inkscape, Gimp) * python.yml: basic python_stack for scientific Python usage (including fitting) ^1 * ipynb.yml: IPython/Jupyter notebook ^1 -* MAD-8: MAD 8 inofficial build for Fedora * nfs.yml: * nfs-server: export /las-archiv1 to our network * lasarchiv: client side mount las126/las-archiv1 diff --git a/mad8.yml b/mad8.yml deleted file mode 100644 index a7ff654..0000000 --- a/mad8.yml +++ /dev/null @@ -1,3 +0,0 @@ -- hosts: mad8 - roles: - - mad8 diff --git a/roles/mad8/tasks/mad8.yml b/roles/mad8/tasks/mad8.yml index eeefe05..c325a1e 100644 --- a/roles/mad8/tasks/mad8.yml +++ b/roles/mad8/tasks/mad8.yml @@ -1,4 +1,7 @@ --- +# +# This does not work for Fedora >=26. Please use the docker image at https://las101.las.kit.edu/lasrepo/docker instead. +# - name: install MAD-8 dnf: name: "{{ item }}" -- GitLab