We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90574dd commit 681f330Copy full SHA for 681f330
linux/utils/enable_auto_login.yml
@@ -24,7 +24,7 @@
24
- name: "Set GDM config file path in {{ vm_guest_os_distribution }}"
25
ansible.builtin.set_fact:
26
dm_conf_path: "/etc/gdm/custom.conf"
27
- when: guest_os_family == "RedHat"
+ when: guest_os_family in ["RedHat", "Suse"]
28
29
- name: "Set GDM config file path for Ubuntu"
30
0 commit comments