Skip to content

Commit

Permalink
[-] ubuntu repo [+] timeshift / restricted-extras
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrookins committed Oct 24, 2023
1 parent edfd294 commit 81790d2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions popos/tasks/apt.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -18,5 +12,7 @@
- network-manager-openconnect-gnome
- gnome-session
- gnome-screenshot
- ubuntu-restricted-extras
- timeshift
state: present
become: true

0 comments on commit 81790d2

Please sign in to comment.