adapt deploy-tenants.yml to python3 paths (#41075)

This commit is contained in:
Paul Marillonnet 2020-03-26 18:33:09 +01:00
parent de91b87632
commit dbaa976176
2 changed files with 2 additions and 2 deletions

View File

@ -5,4 +5,4 @@
- facts
- deploy-tenants
vars:
venv_bin: "{{venv}}/bin"
venv_py3_bin: "{{venv_py3}}/bin"

View File

@ -31,7 +31,7 @@
dest: "{{wcs_dev_template_path}}"
- name: Run command hobo-manage to initiate the development subdomains and a super-user
command: "{{venv_bin}}/hobo-manage cook {{wcs_dev_template_path}} --timeout=600"
command: "{{venv_py3_bin}}/hobo-manage cook {{wcs_dev_template_path}} --timeout=600"
- debug :
msg: |