c12s-kubespray/roles/bootstrap-os/tasks/bootstrap-ubuntu-xenial.yml
2016-09-06 10:04:41 -04:00

4 lines
132 B
YAML

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