summaryrefslogtreecommitdiffstats
path: root/mltk-core/tasks/distro
diff options
context:
space:
mode:
authorJonathan Bauer2021-05-19 10:13:49 +0200
committerJonathan Bauer2021-05-19 10:13:49 +0200
commit85a821af075d5edd19a813bdf78549271afed14b (patch)
tree60127cb57d0fe875f5c5b5f13649132584bd2173 /mltk-core/tasks/distro
parent[mltk-nvidia] update to new multi-version name (diff)
downloadansible-bwlp-85a821af075d5edd19a813bdf78549271afed14b.tar.gz
ansible-bwlp-85a821af075d5edd19a813bdf78549271afed14b.tar.xz
ansible-bwlp-85a821af075d5edd19a813bdf78549271afed14b.zip
[mltk-*] update core mltk roles
Diffstat (limited to 'mltk-core/tasks/distro')
-rw-r--r--mltk-core/tasks/distro/Ubuntu-20.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mltk-core/tasks/distro/Ubuntu-20.yml b/mltk-core/tasks/distro/Ubuntu-20.yml
new file mode 100644
index 0000000..23b1219
--- /dev/null
+++ b/mltk-core/tasks/distro/Ubuntu-20.yml
@@ -0,0 +1,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
+