Remove requiretty from sudoers to actually make pipelining work

Some systems (e.g. CentOS on Azure) have requiretty in sudoers which makes
pipelining fail.
This commit is contained in:
Alexander Block
2016-12-09 10:38:45 +01:00
parent e5ad0836bc
commit 7abcf6e0b9
3 changed files with 11 additions and 1 deletions

View File

@@ -3,4 +3,6 @@
when: bootstrap_os == "ubuntu"
- include: bootstrap-coreos.yml
when: bootstrap_os == "coreos"
when: bootstrap_os == "coreos"
- include: setup-pipelining.yml