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
No related branches found
No related tags found
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' - name: 'GIT | Install script for collecting git info'
template: template:
src: "{{ role_path }}/gen-gitinfos.sh" src: "{{ role_path }}/gen-gitinfos.sh"
...@@ -24,11 +30,6 @@ ...@@ -24,11 +30,6 @@
- ../vars - ../vars
skip: true skip: true
- name: Force binaries directory for CoreOS
set_fact:
bin_dir: "/opt/bin"
when: ansible_os_family == "CoreOS"
- name: Create kubernetes config directory - name: Create kubernetes config directory
file: file:
path: "{{ kube_config_dir }}" 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