From 5135a942ae91d399995c174b45b888356f76956d Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Thu, 4 Jun 2020 13:09:11 -0500 Subject: [PATCH] Update freshinstall-ubuntu.yml --- freshinstall-ubuntu.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/freshinstall-ubuntu.yml b/freshinstall-ubuntu.yml index d9aa43c..fbcb7dd 100644 --- a/freshinstall-ubuntu.yml +++ b/freshinstall-ubuntu.yml @@ -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