From 452730bc7548d342d530f9ca39f32b109a66ecd2 Mon Sep 17 00:00:00 2001 From: Robin Richter <robin.richter@mailbox.tu-dresden.de> Date: Mon, 11 May 2020 15:34:15 +0200 Subject: [PATCH] removed unneeded code --- tasks/configure.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/tasks/configure.yml b/tasks/configure.yml index 20d211e..461ad50 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -14,6 +14,3 @@ locale_gen: name: '{{ locale }}' state: present - -- name: generate the locale - command: locale-gen -- GitLab