From 7df5edef52db25ad8e6997ef83c7cbc767a109ee Mon Sep 17 00:00:00 2001
From: woopstar <andreas@kruger.nu>
Date: Fri, 11 May 2018 16:01:47 +0200
Subject: [PATCH] Fix path for pip and python

---
 roles/bootstrap-os/tasks/bootstrap-coreos.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/roles/bootstrap-os/tasks/bootstrap-coreos.yml b/roles/bootstrap-os/tasks/bootstrap-coreos.yml
index a1ea72cb8..d446cf282 100644
--- a/roles/bootstrap-os/tasks/bootstrap-coreos.yml
+++ b/roles/bootstrap-os/tasks/bootstrap-coreos.yml
@@ -12,7 +12,6 @@
     bin_dir: "/opt/bin"
   tags:
     - facts
-  when: need_bootstrap.rc != 0
 
 - name: Bootstrap | Run bootstrap.sh
   script: bootstrap.sh
-- 
GitLab