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 | a98515d5f846d87aee212a5d7d007ea5e712a780 (patch) | |
| tree | 4fd98ee38dc55c6888d122b9ccf1daebe507e50b /molecule/debian | |
| parent | 2a9526ed51c53908ee55769074cd62b77d805c84 (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/debian')
| -rw-r--r-- | molecule/debian/converge.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 1000a1c5..e7195e15 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -48,3 +48,4 @@ - role: "nginx" - role: "prometheus" - role: "grafana" + - role: "gnome" |
