Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tomcat mirror 403 #11

Closed
MatthiasHertel opened this issue Mar 16, 2019 · 5 comments
Closed

tomcat mirror 403 #11

MatthiasHertel opened this issue Mar 16, 2019 · 5 comments

Comments

@MatthiasHertel
Copy link

Is your feature request related to a problem? Please describe.
i got a 403 on tomcat_mirror see below:

image

the tomcat_mirror is generated from many vars e.g. tomcat_version see below:

- name: install tomcat instance
  unarchive:
    src: "{{ tomcat_mirror }}/{{ tomcat_archives[instance.version | default(tomcat_version)]['url_path'] }}/{{ tomcat_archives[instance.version | default(tomcat_version)]['targz'] }}"
    dest: "{{ tomcat_directory }}/{{ instance.name }}"
    owner: "{{ instance.user | default(tomcat_user) }}"
    group: "{{ instance.group | default(tomcat_group) }}"
    remote_src: yes
    extra_opts: "--strip-components=1"
    creates: "{{ tomcat_directory }}/{{ instance.name }}/bin"
  register: install_tomcat
  until: install_tomcat is succeeded
  retries: 3

Describe the solution you'd like

i want to set the tomcat_mirror to official mirror not from uni delft

Describe alternatives you've considered
see above

Additional context
no

@robertdebock
Copy link
Owner

I'll have a look, think a newer version is out. Thanks for the feedback.

@robertdebock
Copy link
Owner

I'll reopen until testing was successful.

The mirror closed or so, switched mirror.

@robertdebock robertdebock reopened this Mar 16, 2019
@MatthiasHertel
Copy link
Author

MatthiasHertel commented Mar 16, 2019

first of all thx for the quick fix!
ok can u release it? so i can pull it into my deployment-pipeline with ansible-galaxy install

@robertdebock
Copy link
Owner

I'm about to release it, making this release (4.0.0) available on Galaxy in an hour or so.

@robertdebock
Copy link
Owner

Release is done, build worked, closing issue. Thanks @MatthiasHertel!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants