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

Incorrect bigip module URL links #277

Open
mkyrc opened this issue Oct 26, 2020 · 1 comment
Open

Incorrect bigip module URL links #277

mkyrc opened this issue Oct 26, 2020 · 1 comment

Comments

@mkyrc
Copy link

mkyrc commented Oct 26, 2020

Environment

  • Extension version: 0.5.2
  • Ansible: 2.9

Summary

Generated modules URL for bigip_* are (in this example is used module "bigip_partition":

Reproduce steps

Task example:

    - name: Create partition "{{ partition }}" with route domain "{{ route_domain }}"
      bigip_partition:            
        provider: "{{ provider }}"
        route_domain: "{{ route_domain }}"
        name: "{{ partition }}"
      delegate_to: localhost
      tags:
        - partition

URL link to module is wrong (see summary).

Notes

There is older report about incorrect module urls (#269), but I can't say if this is connected to the same issue. In this case issue is connected to collection "f5networks/f5_modules".

Last question:
Is this extension maintained? Latest version is from 2018.

@mkyrc mkyrc changed the title Wrong bigip module URL links Incorrect bigip module URL links Oct 26, 2020
@Baryczka
Copy link

Baryczka commented Nov 3, 2020

In fact all links since route change in Ansible documentation are wrong now

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