Commit 37d49963 by Brian Jacobel Committed by George Song

Upgrade nodeenv to 1.1.1 for discovery

Cherry pick from c6514cca
parent b29dbf83
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
- name: install nodenv - name: install nodenv
pip: pip:
name: "nodeenv" name: "nodeenv"
version: "1.1.0" version: "1.1.1"
# NOTE (CCB): Using the "virtualenv" option here doesn't seem to work. # NOTE (CCB): Using the "virtualenv" option here doesn't seem to work.
executable: "{{ discovery_venv_dir }}/bin/pip" executable: "{{ discovery_venv_dir }}/bin/pip"
become_user: "{{ discovery_user }}" become_user: "{{ discovery_user }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment