Skip to content

Commit

Permalink
Fix PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Sep 28, 2020
1 parent 08e1706 commit 62edebd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ansible/playbooks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
- name: Install compatibility layer
hosts: cvmfsstratum0servers
environment:
PATH: >-
{{ gentoo_prefix_path }}/usr/sbin:
{{ gentoo_prefix_path }}/usr/bin:
{{ gentoo_prefix_path }}/sbin:
{{ gentoo_prefix_path }}/bin:
{{ ansible_env.PATH }}"
PATH:
"{{ gentoo_prefix_path }}/usr/sbin\
:{{ gentoo_prefix_path }}/usr/bin\
:{{ gentoo_prefix_path }}/sbin\
:{{ gentoo_prefix_path }}/bin\
:{{ ansible_env.PATH }}"
EPREFIX: "{{ gentoo_prefix_path }}"
BPREFIX: "{{ gentoo_prefix_path }}"
LC_ALL: C
Expand Down

0 comments on commit 62edebd

Please sign in to comment.