mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
Update main.yml
This commit is contained in:
parent
1d4e31ebf8
commit
d2fc79a9cb
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@
|
|||
ansible_ssh_user: ubuntu
|
||||
environment:
|
||||
PYTHONPATH: "{{ cloudstack_venv }}/lib/python2.7/site-packages/"
|
||||
CLOUDSTACK_CONFIG: "{{ _cs_config }}"
|
||||
CLOUDSTACK_REGION: "{% if _cs_region.user_input | length <= 0 %}{{ 'exoscale' }}{% else %}{{ _cs_region.user_input }}{% endif %}"
|
||||
CLOUDSTACK_CONFIG: "{{ algo_cs_config }}"
|
||||
CLOUDSTACK_REGION: "{{ algo_cs_region }}"
|
||||
|
||||
rescue:
|
||||
- debug: var=fail_hint
|
||||
|
|
Loading…
Add table
Reference in a new issue