diff --git a/ansible/tljh.yml b/ansible/tljh.yml index 7a052f9..5c46e01 100644 --- a/ansible/tljh.yml +++ b/ansible/tljh.yml @@ -21,7 +21,7 @@ changed_when: False - name: Upgrade the tljh-plasma plugin first if it is already installed - shell: "{{ tljh_prefix }}/hub/bin/pip3 install --upgrade {{ tljh_plasma }} '{{ tljh_repo2docker }}'" + shell: "{{ tljh_prefix }}/hub/bin/pip3 install --upgrade {{ tljh_plasma }} {{ tljh_repo2docker }}" when: tljh_plasma_installed.rc == 0 - name: Run the TLJH installer diff --git a/ansible/vars/default.yml b/ansible/vars/default.yml index 4c42cd2..d7eb829 100644 --- a/ansible/vars/default.yml +++ b/ansible/vars/default.yml @@ -1,7 +1,7 @@ --- tljh_plasma: git+https://github.com/plasmabio/plasma@master#"egg=tljh-plasma&subdirectory=tljh-plasma" -tljh_repo2docker: tljh-repo2docker<2 +tljh_repo2docker: tljh-repo2docker==1.0.1 tljh_installer_dest: /srv/tljh-installer.py tljh_prefix: /opt/tljh # TODO: update to upstream TLJH links when the --no-user-env (or similar) is available