Separate theme setup from custom theme downloading
This commit is contained in:
parent
764681ed7a
commit
3d5265d996
@ -29,10 +29,11 @@
|
|||||||
dest: "/usr/share/sddm/themes"
|
dest: "/usr/share/sddm/themes"
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
when: t is changed
|
when: t is changed
|
||||||
|
when: sddm_theme is defined
|
||||||
- name: Template out theme config
|
- name: Template out theme config
|
||||||
template:
|
template:
|
||||||
src: theme.conf
|
src: theme.conf
|
||||||
dest: /etc/sddm.conf.d/51-ansible-theme.conf
|
dest: /etc/sddm.conf.d/51-ansible-theme.conf
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
when: sddm_theme is defined and sddm_theme_name is defined
|
when: sddm_theme_name is defined
|
||||||
become: yes
|
become: yes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user