Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ansible-desktop-playbooks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ansible
ansible-desktop-playbooks
Commits
598ecfe0
Commit
598ecfe0
authored
7 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Installed Chromium, selenium driver from the exeperimental suite.
parent
39c52aff
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
desktop.yml
+17
-0
17 additions, 0 deletions
desktop.yml
pkgs.yml
+1
-0
1 addition, 0 deletions
pkgs.yml
templates/experimental.j2
+7
-0
7 additions, 0 deletions
templates/experimental.j2
with
25 additions
and
0 deletions
desktop.yml
+
17
−
0
View file @
598ecfe0
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
pkgs.yml
+
1
−
0
View file @
598ecfe0
...
...
@@ -11,6 +11,7 @@
-
bluez-firmware
-
brasero
-
cargo
-
chromium-driver
-
clojure
-
cmake
-
containerd
...
...
This diff is collapsed.
Click to expand it.
templates/experimental.j2
0 → 100644
+
7
−
0
View file @
598ecfe0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment