Skip to content

Commit 681f330

Browse files
committed
Set GDM config file for openSUSE
Signed-off-by: Qi Zhang <[email protected]>
1 parent 90574dd commit 681f330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linux/utils/enable_auto_login.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- name: "Set GDM config file path in {{ vm_guest_os_distribution }}"
2525
ansible.builtin.set_fact:
2626
dm_conf_path: "/etc/gdm/custom.conf"
27-
when: guest_os_family == "RedHat"
27+
when: guest_os_family in ["RedHat", "Suse"]
2828

2929
- name: "Set GDM config file path for Ubuntu"
3030
ansible.builtin.set_fact:

0 commit comments

Comments
 (0)