Skip to content
Snippets Groups Projects
Commit 598ecfe0 authored by nimrod's avatar nimrod
Browse files

- Installed Chromium, selenium driver from the exeperimental suite.

parent 39c52aff
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,23 @@
state: present
update_cache: yes
- name: Add the Debian experimental suite repository
with_items:
- deb
- deb-src
apt_repository:
repo: '{{ item }} http://httpredir.debian.org/debian experimental main'
state: present
update_cache: yes
- name: Prioritize browsers from the Debian experimental suite
template:
src: experimental.j2
dest: /etc/apt/preferences.d/experimental
owner: root
group: root
mode: 0o0644
- name: APT install
with_items:
- plymouth
......
......@@ -11,6 +11,7 @@
- bluez-firmware
- brasero
- cargo
- chromium-driver
- clojure
- cmake
- containerd
......
Package: firefox-esr*
Pin: release a=experimental
Pin-Priority: 500
Package: chromium chromedriver chromium-driver chromium-l10n chromium-shell chromium-widevine
Pin: release a=experimental
Pin-Priority: 500
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment