Remove the comments from remote_venv_checksum

If that block is commented, the installation does not work because the "Attempt venv download" requires the variable remote_venv_checksum
This commit is contained in:
Manuel Buil 2017-07-03 16:56:01 +02:00 committed by GitHub
parent d7002e46e5
commit d7675f9f37
1 changed files with 7 additions and 7 deletions

View File

@ -69,13 +69,13 @@
- not tacker_developer_mode | bool
register: local_venv_stat
#- name: Get remote venv checksum
#uri:
#url: "{{ tacker_venv_download_url | replace('tgz', 'checksum') }}"
#return_content: True
#when:
#- not tacker_developer_mode | bool
#register: remote_venv_checksum
- name: Get remote venv checksum
uri:
url: "{{ tacker_venv_download_url | replace('tgz', 'checksum') }}"
return_content: True
when:
- not tacker_developer_mode | bool
register: remote_venv_checksum
# TODO: When project moves to ansible 2 we can pass this a sha256sum which will:
# a) allow us to remove force: yes