Update freshinstall-ubuntu.yml

This commit is contained in:
kneutron 2020-06-04 13:09:11 -05:00 committed by GitHub
parent 3495df188c
commit 5135a942ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,10 @@
gather_facts: yes
tasks:
- name: add virtualbox repo for bionic / 1804LTS - TODO update when repo for focal / 20.04 hits
apt_repository:
repo: 'deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib'
state: present
# - name: add virtualbox repo for bionic / 1804LTS - TODO update when repo for focal / 20.04 hits
# apt_repository:
# repo: 'deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian bionic contrib'
# state: present
- 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