mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
Update freshinstall-ubuntu.yml
This commit is contained in:
parent
7945cc4e4c
commit
3ec10e616a
@ -7,13 +7,13 @@
|
|||||||
apt_repository: repo='deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian eoan contrib'
|
apt_repository: repo='deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian eoan contrib'
|
||||||
|
|
||||||
- name: Update apt-get repo and cache if more than 12 hrs old
|
- name: Update apt-get repo and cache if more than 12 hrs old
|
||||||
apt: update_cache=yes force_apt_get=yes cache_valid_time=43200
|
apt: update_cache=yes force_apt_get=yes cache_valid_time=43200
|
||||||
|
|
||||||
- name: add VirtualBox repo signing keys
|
- name: add VirtualBox repo signing keys
|
||||||
apt_key: state=present
|
apt_key: state=present
|
||||||
url=http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
|
url=http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc
|
||||||
apt_key: state=present
|
apt_key: state=present
|
||||||
url=http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc
|
url=http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc
|
||||||
# shell: cd; wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
|
# shell: cd; wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
|
||||||
# shell: cd; wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
|
# shell: cd; wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user