VSChina / vscode-ansible

VSCode extension for ansible
Other
77 stars 48 forks source link

Incorrect bigip module URL links #277

Open mkyrc opened 4 years ago

mkyrc commented 4 years ago

Environment

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.

Baryczka commented 4 years ago

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