diff --git a/cups-client/tasks/main.yml b/cups-client/tasks/main.yml index 64c56a9251d96e5bf0ddc21aa356885cdc24cf26..011d7f9f5d0fce302b0f1186050e866aff944c66 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