From 3e8386cbf3b00b7ea24f005b28ff3cde848cb10f Mon Sep 17 00:00:00 2001
From: Vincent Schwarzer <vincent.schwarzer@yahoo.de>
Date: Wed, 15 Mar 2017 13:04:01 +0100
Subject: [PATCH] Fixed CoreOS Docu

CoreOS docu was referencing outdated bootstrap playbook that
is now part of kargo itself.
---
 docs/coreos.md | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/docs/coreos.md b/docs/coreos.md
index e38369aef..7c9b2c8a6 100644
--- a/docs/coreos.md
+++ b/docs/coreos.md
@@ -13,12 +13,4 @@ Before running the cluster playbook you must satisfy the following requirements:
 
 * On each CoreOS nodes a writable directory **/opt/bin** (~400M disk space)
 
-* Uncomment the variable **ansible\_python\_interpreter** in the file `inventory/group_vars/all.yml`
-
-* run the Python bootstrap playbook
-
-```
-ansible-playbook -u smana -e ansible_ssh_user=smana  -b --become-user=root -i inventory/inventory.cfg coreos-bootstrap.yml
-```
-
 Then you can proceed to [cluster deployment](#run-deployment)
-- 
GitLab