diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-22 10:35:32 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-22 10:35:32 +0200 |
| commit | 1d48d7d526c63caf8a08e0bd9972152b9f27c266 (patch) | |
| tree | 4fd98ee38dc55c6888d122b9ccf1daebe507e50b /molecule/ubuntu | |
| parent | e584ccf94867d45b22bfa89522e0e00263bf11a2 (diff) | |
Refactor gnome not to pull unnecessary deps (like avahi)
The recommended debian/ubuntu install of gnome pulls avahi-daemon and
that could potentially conflicts with NetworkManager.
Therefore resorting to more restrictive approach for installing gnome
Diffstat (limited to 'molecule/ubuntu')
| -rw-r--r-- | molecule/ubuntu/converge.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index 6afc2621..acf90b9a 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -37,3 +37,4 @@ - role: "nginx" - role: "prometheus" - role: "grafana" + - role: "gnome" |
