c12s-kubespray/roles/bootstrap-os/tasks/bootstrap-ubuntu-xenial.yml

5 lines
132 B
YAML
Raw Normal View History

---
- name: Bootstrap Xenial target hosts for ansible use
raw: apt-get install -y python-minimal
when: bootstrap_os == "xenial"