diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-22 22:51:02 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-23 01:08:17 +0200 |
| commit | 8bdd1b27b93c2519d211e5741878c4d653602eef (patch) | |
| tree | 3f1ed54012912a684304269d207c4e6c6f1676fc /roles/gnome/tasks/main.yml | |
| parent | 30fd2a0ecc6ffa7aa9d742e329ca51b3cf116b83 (diff) | |
Fix gnome role idempotency test
Gnome installs avahi-daemon, and keeps reinstalling it
Remove the ubuntu specific tasks and install the packages with
recommendations (as we are removing the avahi-daemon afterwords to make
the network manager stable and idempotent)
Diffstat (limited to 'roles/gnome/tasks/main.yml')
| -rw-r--r-- | roles/gnome/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/gnome/tasks/main.yml b/roles/gnome/tasks/main.yml index d1589e6b..61562fd4 100644 --- a/roles/gnome/tasks/main.yml +++ b/roles/gnome/tasks/main.yml @@ -1,6 +1,6 @@ --- - name: "Include OS-specific variables" - ansible.builtin.include_vars: "{{ ansible_distribution | lower }}.yml" + ansible.builtin.include_vars: "{{ ansible_os_family | lower }}.yml" - name: "Include OS-specific tasks" ansible.builtin.include_tasks: "install-{{ ansible_os_family | lower }}.yml" |
