Merge pull request #2062 from wanix/ansible-vagrant-update

replace ansible.sudo by ansible.become for vagrant
This commit is contained in:
Andreas Krüger
2018-03-30 13:41:45 +02:00
committed by GitHub
2 changed files with 3 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
Vagrant Install
=================
Assuming you have Vagrant (1.9+) installed with virtualbox (it may work
Assuming you have Vagrant (2.0+) installed with virtualbox (it may work
with vmware, but is untested) you should be able to launch a 3 node
Kubernetes cluster by simply running `$ vagrant up`.<br />