mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-29 02:30:16 +00:00
Merge branch 'patch-1' of https://github.com/elvetemedve/spark into elvetemedve-patch-1
This commit is contained in:
commit
be12cec69e
1 changed files with 5 additions and 2 deletions
|
|
@ -5,11 +5,14 @@
|
|||
- name: Enable GDM
|
||||
service: name=gdm.service enabled=yes
|
||||
|
||||
- name: Creating DConf configuratioin profile
|
||||
- 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
|
||||
|
||||
- name: Creating gdm.d directory for DConf
|
||||
file: path=/etc/dconf/db/gdm.d state=directory mode=0644
|
||||
file: path=/etc/dconf/db/gdm.d state=directory mode=0755
|
||||
|
||||
- name: Configuring GDM
|
||||
template: src=gdm.d/00-spark.j2 dest=/etc/dconf/db/gdm.d/00-spark
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue