From a082fbe60ab6b5423286e0710c2b257555d0b791 Mon Sep 17 00:00:00 2001 From: Jordan Layfield <77847327+layfield-ccdc@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:28:40 +0100 Subject: [PATCH 1/2] ubuntu minimal package TO-246 --- tasks/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/Debian.yml b/tasks/Debian.yml index 8937677..56442bc 100644 --- a/tasks/Debian.yml +++ b/tasks/Debian.yml @@ -2,7 +2,7 @@ - name: Install desktop environment ansible.builtin.apt: name: - - ubuntu-desktop + - ubuntu-desktop-minmal - firefox # psutil is required by ansible's dconf module - python3-psutil From 7a08ef4a123b1d48c5d745aabc931011bb75d113 Mon Sep 17 00:00:00 2001 From: Jordan Layfield <77847327+layfield-ccdc@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:30:07 +0100 Subject: [PATCH 2/2] spell check TO-246 --- tasks/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/Debian.yml b/tasks/Debian.yml index 56442bc..226f4c1 100644 --- a/tasks/Debian.yml +++ b/tasks/Debian.yml @@ -2,7 +2,7 @@ - name: Install desktop environment ansible.builtin.apt: name: - - ubuntu-desktop-minmal + - ubuntu-desktop-minimal - firefox # psutil is required by ansible's dconf module - python3-psutil