remove redundant /etc/dconf/profile creation

This is done by the dconf role.
This commit is contained in:
Pig Monkey 2018-05-05 13:09:16 -07:00
parent 49eb080686
commit 33ffe15f6f

View file

@ -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