Commit 6daec784 by Feanil Patel

The attribute is 'url' not 's3_url'

parent 5d42cd97
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
register: s3_one_time_url register: s3_one_time_url
- name: download from one time url - name: download from one time url
get_url: url="{{ s3_one_time_url.s3_url }}" dest="/tmp/{{ EDXAPP_XML_S3_KEY|basename }}" get_url: url="{{ s3_one_time_url.url }}" dest="/tmp/{{ EDXAPP_XML_S3_KEY|basename }}"
when: not EDXAPP_XML_FROM_GIT and EDXAPP_XML_S3_BUCKET and EDXAPP_XML_S3_KEY when: not EDXAPP_XML_FROM_GIT and EDXAPP_XML_S3_BUCKET and EDXAPP_XML_S3_KEY
register: download_xml_s3 register: download_xml_s3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment