diskimage-builder/playbooks/dib-nodepool/debootstrap.yaml
James E. Blair d32329f596 Replace nodepool func jobs
These are new nodepool functional jobs designed to give more
flexibility to the DIB/clean projects to define what they need
to test.  Otherwise, they behave very similarly to the current
nodepool functional jobs

Depends-On: https://review.opendev.org/665023
Change-Id: Id73e913300cf3f0aaea05f7c2e8fdcb753421d04
2019-06-27 08:59:52 -07:00

10 lines
282 B
YAML

- hosts: all
tasks:
# We need a fixed debootstrap
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901977
- name: Install updated debootstrap repo
become: true
shell: |
add-apt-repository ppa:openstack-ci-core/debootstrap
apt-get update