summaryrefslogtreecommitdiffstats
path: root/mltk-core/tasks/distro/Ubuntu-20.yml
blob: 23b1219f8911f53520fb26c9f2d5c95e7cecd46a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: Add PPA chromium repo for Ubuntu 20.x
  apt_repository:
    repo: ppa:xalt7x/chromium-deb-vaapi

- name: Pin release
  template:
    src: templates/pin-xalt7x-chromium-deb-vaapi.j2
    dest: /etc/apt/preferences.d/pin-xalt7x-chromium-deb-vaapi

- name: Run apt update
  apt:
    update_cache: yes