Skip to content

Commit

Permalink
ansible-kafka/issues/28
Browse files Browse the repository at this point in the history
jaytaylor#28  - Wrong path added to profile.d
  • Loading branch information
kknd22 authored Dec 14, 2017
1 parent d42992c commit 7f27ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
sudo: yes

- name: "Add kafka utilities to /etc/profile* so they'll be available in $PATH"
lineinfile: dest=/etc/profile.d/Z99-kafka.sh regexp="^export PATH=.*$" line='export PATH="${PATH}:/usr/local/lib/kafka/bin"' state=present create=yes
lineinfile: dest=/etc/profile.d/Z99-kafka.sh regexp="^export PATH=.*$" line='export PATH="${PATH}:/usr/local/kafka/bin"' state=present create=yes
sudo: yes

0 comments on commit 7f27ec6

Please sign in to comment.