a80cdcf867
Some systems (e.g. CentOS on Azure) have requiretty in sudoers which makes pipelining fail.
8 lines
168 B
YAML
8 lines
168 B
YAML
---
|
|
- include: bootstrap-ubuntu.yml
|
|
when: bootstrap_os == "ubuntu"
|
|
|
|
- include: bootstrap-coreos.yml
|
|
when: bootstrap_os == "coreos"
|
|
|
|
- include: setup-pipelining.yml
|