Update main.yml

This commit is contained in:
Jack Ivanov 2019-08-15 14:58:20 +02:00 committed by GitHub
parent 1d4e31ebf8
commit d2fc79a9cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,8 +61,8 @@
ansible_ssh_user: ubuntu ansible_ssh_user: ubuntu
environment: environment:
PYTHONPATH: "{{ cloudstack_venv }}/lib/python2.7/site-packages/" PYTHONPATH: "{{ cloudstack_venv }}/lib/python2.7/site-packages/"
CLOUDSTACK_CONFIG: "{{ _cs_config }}" CLOUDSTACK_CONFIG: "{{ algo_cs_config }}"
CLOUDSTACK_REGION: "{% if _cs_region.user_input | length <= 0 %}{{ 'exoscale' }}{% else %}{{ _cs_region.user_input }}{% endif %}" CLOUDSTACK_REGION: "{{ algo_cs_region }}"
rescue: rescue:
- debug: var=fail_hint - debug: var=fail_hint