From 5a824a6bc81d228f2d776c0c792d19e01236b7bf Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Wed, 26 Jul 2017 23:43:31 +0200 Subject: [PATCH] drucken is currently fsmpi-only --- cups-client/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cups-client/tasks/main.yml b/cups-client/tasks/main.yml index 64c56a9..011d7f9 100644 --- a/cups-client/tasks/main.yml +++ b/cups-client/tasks/main.yml @@ -29,8 +29,10 @@ - cups-client - config +# currently this is fsmpi-only - name: ensure we got a usable shell printing interface copy: src=drucken.py dest=/usr/local/bin/drucken owner=root group=root mode=0755 + when: domain == "fsmpi.rwth-aachen.de" tags: - cups-client - fsmpi -- GitLab