Skip to content

Commit

Permalink
Revert "made example not fail"
Browse files Browse the repository at this point in the history
This reverts commit 2c9543e.

example won't fail but will prevent correct PATH from being set
using actual fix to deal with this corner case
  • Loading branch information
bcoca committed Apr 10, 2017
1 parent b4f976e commit eaaf46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/playbooks_environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Some language-specific version managers (such as rbenv and nvm) require environm

environment:
NVM_DIR: /var/local/nvm
PATH: /var/local/nvm/versions/node/v4.2.1/bin:{{ (ansible_env|default({})).PATH|default('') }}
PATH: /var/local/nvm/versions/node/v4.2.1/bin:{{ ansible_env.PATH }}

tasks:
- name: check for package.json
Expand Down

0 comments on commit eaaf46a

Please sign in to comment.