From 33ffe15f6f9302c0f7032b9a8f611d3846beefd1 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Sat, 5 May 2018 13:09:16 -0700 Subject: [PATCH] remove redundant /etc/dconf/profile creation This is done by the dconf role. --- roles/gdm/tasks/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/roles/gdm/tasks/main.yml b/roles/gdm/tasks/main.yml index 4744d37..8c80a1c 100644 --- a/roles/gdm/tasks/main.yml +++ b/roles/gdm/tasks/main.yml @@ -5,9 +5,6 @@ - name: Enable GDM service: name=gdm.service enabled=yes -- name: Creating DConf configuration directory - file: path=/etc/dconf/profile state=directory recurse=yes mode=0755 - - name: Creating DConf configuration profile copy: src=profile/gdm dest=/etc/dconf/profile/gdm