Merge pull request #1 from manuelbuil/master

Remove the comments from remote_venv_checksum
This commit is contained in:
jrametta 2017-07-05 00:49:57 -07:00 committed by GitHub
commit ce3f9d8923
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