From 8df23a89ead24f6dca5abfd9a85fe1ea17184914 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Sun, 26 Jun 2016 18:04:00 +0200 Subject: [PATCH] deactivate pyxtrlock previously this caused the playbook to fail, so deactivate it for now --- client/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tasks/main.yml b/client/tasks/main.yml index e9c7c3e..0b8c5f5 100644 --- a/client/tasks/main.yml +++ b/client/tasks/main.yml @@ -13,7 +13,7 @@ - meta: flush_handlers - include: logging.yml - meta: flush_handlers -- include: pyxtrlock.yml -- meta: flush_handlers +#- include: pyxtrlock.yml +#- meta: flush_handlers - include: locale.yml - include: hardware-tools.yml -- GitLab