diskimage-builder/playbooks/dib-nodepool/debootstrap.yaml

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