From 537993407d264b1c589a7c396356015f4d5127a7 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Tue, 15 Sep 2015 15:38:17 +0200 Subject: [PATCH] Fix the user playbook --- user.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/user.yml b/user.yml index 46cb65b2..cf91d214 100644 --- a/user.yml +++ b/user.yml @@ -13,5 +13,4 @@ vars: distribute_keys: true roles: - - { role: common, when: ignore_these_tasks is defined } - - { role: commonauth } + - { role: common } -- GitLab