Skip to content
Snippets Groups Projects
Commit 82076f90 authored by Spencer Smith's avatar Spencer Smith
Browse files

ensure bin dir for coreos before anything else

parent e165bb19
Branches
Tags
No related merge requests found
---
- name: Force binaries directory for CoreOS
set_fact:
bin_dir: "/opt/bin"
when: ansible_os_family == "CoreOS"
- name: 'GIT | Install script for collecting git info'
template:
src: "{{ role_path }}/gen-gitinfos.sh"
......@@ -24,11 +30,6 @@
- ../vars
skip: true
- name: Force binaries directory for CoreOS
set_fact:
bin_dir: "/opt/bin"
when: ansible_os_family == "CoreOS"
- name: Create kubernetes config directory
file:
path: "{{ kube_config_dir }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment