mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-08-03 11:30:05 -02:30
combine bootstrap options, add xenial support
This commit is contained in:
4
roles/bootstrap-os/tasks/bootstrap-ubuntu-xenial.yml
Normal file
4
roles/bootstrap-os/tasks/bootstrap-ubuntu-xenial.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: Bootstrap Xenial target hosts for ansible use
|
||||
raw: apt-get install -y python-minimal
|
||||
when: bootstrap_os == "xenial"
|
||||
Reference in New Issue
Block a user