Stop managing apt sources on ubuntu

Given that we are just installing CI tools, we can leave this step up
to the operator to manage them setup.

Change-Id: I965189e0b559b8a4a79663105eaf48e83cc820f1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-03-28 21:27:59 -04:00
parent 549cb217b7
commit 93a82778ab
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
2 changed files with 0 additions and 16 deletions

View File

@ -23,16 +23,6 @@
- openstack.virtualenv
pre_tasks:
- name: Configure APT data sources.
become: yes
template:
dest: /etc/apt/sources.list
group: root
mode: 0644
owner: root
src: bootstrap/etc/apt/sources.list.j2
when: ansible_os_family == 'Debian'
- name: Update apt cache.
become: yes
apt:

View File

@ -1,6 +0,0 @@
# This file is generated by Ansible
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
#
deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }} main universe
deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }}-updates main universe
deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }}-security main universe