Skip to content
Snippets Groups Projects
Commit b9e35755 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible/playbooks/general#117 Update apt repository setting

parent 8fc71609
Branches main
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment