You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is recommended to use FQCN for ansible modules. I'd like to request support for it.
For example code completion is not working when using ansible.builtin.file instead of file in version 0.92.
Hi,
Supporting fully qualified names are on my list but currently I am busy with my university and master thesis and I have no free time to develop this feature.
I hope to be able to continue this project at the end of this year.
It is recommended to use FQCN for ansible modules. I'd like to request support for it.
For example code completion is not working when using
ansible.builtin.file
instead offile
in version 0.92.https://docs.ansible.com/ansible/latest/user_guide/collections_using.html#using-collections-in-a-playbook
https://docs.ansible.com/ansible/latest/dev_guide/developing_modules_in_groups.html#naming-conventions
The text was updated successfully, but these errors were encountered: