From 81790d2b45fd392752858dc0f2dd864fb1afc585 Mon Sep 17 00:00:00 2001 From: Chris Brookins Date: Tue, 24 Oct 2023 15:40:16 -0400 Subject: [PATCH] [-] ubuntu repo [+] timeshift / restricted-extras --- popos/tasks/apt.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/popos/tasks/apt.yml b/popos/tasks/apt.yml index b3dc159..42604e3 100644 --- a/popos/tasks/apt.yml +++ b/popos/tasks/apt.yml @@ -1,10 +1,4 @@ --- -- name: Add Ubuntu main/universe/restricted - ansible.builtin.apt_repository: - repo: deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }} main universe restricted - state: present - become: true - - name: Install software ansible.builtin.apt: name: @@ -18,5 +12,7 @@ - network-manager-openconnect-gnome - gnome-session - gnome-screenshot + - ubuntu-restricted-extras + - timeshift state: present become: true