Merge pull request #26471 from mccricardo/fix/missing-end

fix: add missing end
This commit is contained in:
Kubernetes Prow Robot 2021-02-12 02:08:47 -08:00 committed by GitHub
commit d99604bbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ Vagrant.configure("2") do |config|
end
end
end
end
```
### Step 2: Create an Ansible playbook for Kubernetes master.