Unable to setup DSS Instance using Fleet Manager

Options
Akanksha
Akanksha Registered Posts: 2

Unable to setup DSS Instance using Fleet manager. While running below ansible task to download the mysql connector in Instance template,

- name: Extract MySQL Driver 8.0.27 into /tmp
become: yes
unarchive:
src: https://downloads.mysql.com/archives/get/p/3/file/mysql-connector-java-8.0.27.tar.gz
dest: /tmp
remote_src: yes

Getting below error:

FAILED! => {\n\n "changed": false\n\n}\n\n\n\nMSG:\n\n\n\nFailure downloading https://downloads.mysql.com/archives/get/p/3/file/mysql-connector-java-8.0.27.tar.gz, HTTP Error 403: Forbidden\n\


We tried to access this link and file and it is a valid URL. But still we are getting this error.


Operating system used: Linux (centos 7.9.2009)

Answers

Setup Info
    Tags
      Help me…