- name: Download dms ear file to local
      get_url:
        url: "https://artifactory.sicpa.com/artifactory/{{ 
artifactory_folder 
}}/com/sicpa/gssd/tt040_my/server/dms/tt040_my-dms-ear/{{ 
dms_release_version }}/tt040_my-dms-ear-{{ dms_release_version }}.ear"
        dest: /tmp
        url_username: "{{ v_artifactory_user }}"
        url_password: "{{ v_artifactory_passwd }}"
        force_basic_auth: yes
      delegate_to: localhost
      #run_once: true
      tags: deploy_dms    


error:

TASK [Download dms ear file to local] 
******************************************  [0;31mfatal: 
[dmsdb.tt040int.dev.sicpa.io -> localhost]: FAILED! => {"changed": false, 
"dest": "/tmp", "elapsed": 0, "gid": 0, "group": "root", "mode": "01777", 
"msg": "Request failed", "owner": "root", "response": "HTTP Error 409: 
Conflict", "size": 196, "state": "directory", "status_code": 409, "uid": 0, 
"url": "
https://artifactory.sicpa.com/artifactory/gssd-dev-snapshots-local/com/sicpa/gssd/tt040_my/server/dms/tt040_my-dms-ear/2.6.0/tt040_my-dms-ear-2.6.0.ear
"} [0m

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f68918ba-c58a-466a-a11b-ebf1dc124ccfn%40googlegroups.com.

Reply via email to