Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualBox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ansible
Roles
VirtualBox
Compare revisions
8fc71609e8e0be7f35557b7d5279f4098aebf925 to b9e3575576094c44737103a532f444bddfd52685
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ansible/roles/virtualbox
Select target project
No results found
b9e3575576094c44737103a532f444bddfd52685
Select Git revision
Branches
main
1 result
Swap
Target
ansible/roles/virtualbox
Select target project
ansible/roles/virtualbox
1 result
8fc71609e8e0be7f35557b7d5279f4098aebf925
Select Git revision
Branches
main
1 result
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
ansible/playbooks/general#117
Update apt repository setting
· b9e35755
jurgenhaas
authored
8 months ago
b9e35755
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/main.yml
+10
-10
10 additions, 10 deletions
tasks/main.yml
with
10 additions
and
10 deletions
tasks/main.yml
View file @
b9e35755
...
...
@@ -13,17 +13,17 @@
-
block
:
-
name
:
Apt Key
apt_key
:
keyring
:
/etc/apt/trusted.gpg.d/vbox.gpg
url
:
'
https://www.virtualbox.org/download/oracle_vbox_2016.asc'
state
:
present
#
- name: Apt Key
#
apt_key:
#
keyring: /etc/apt/trusted.gpg.d/vbox.gpg
#
url: 'https://www.virtualbox.org/download/oracle_vbox_2016.asc'
#
state: present
-
name
:
Apt Repository
apt_repository
:
repo
:
'
deb
https://download.virtualbox.org/virtualbox/debian
{{
ansible_distribution_release
}}
contrib'
state
:
present
mode
:
0644
#
- name: Apt Repository
#
apt_repository:
#
repo: 'deb https://download.virtualbox.org/virtualbox/debian {{ ansible_distribution_release }} contrib'
#
state: present
#
mode: 0644
-
name
:
Install VirtualBox
apt
:
...
...
This diff is collapsed.
Click to expand it.