Browse Source
Merge pull request #2762 from woopstar/fix-coreos-bootstrap-fact
Fix path for pip and python when already bootstrapped
pull/2765/head
Andreas Krüger
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
roles/bootstrap-os/tasks/bootstrap-coreos.yml
|
@ -12,7 +12,6 @@ |
|
|
bin_dir: "/opt/bin" |
|
|
bin_dir: "/opt/bin" |
|
|
tags: |
|
|
tags: |
|
|
- facts |
|
|
- facts |
|
|
when: need_bootstrap.rc != 0 |
|
|
|
|
|
|
|
|
|
|
|
- name: Bootstrap | Run bootstrap.sh |
|
|
- name: Bootstrap | Run bootstrap.sh |
|
|
script: bootstrap.sh |
|
|
script: bootstrap.sh |
|
|