add bootstrap for debian (#1726)

This commit is contained in:
Matthew Mosesohn
2017-10-03 08:30:45 +01:00
committed by GitHub
parent ca541c7e4a
commit e42cb43ca5
4 changed files with 29 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
- include: bootstrap-ubuntu.yml
when: bootstrap_os == "ubuntu"
- include: bootstrap-debian.yml
when: bootstrap_os == "debian"
- include: bootstrap-coreos.yml
when: bootstrap_os == "coreos"