AnsiblePlugin
AnsiblePlugin copied to clipboard
Support ansible.builtin. prefixes for tasks
Hi
At the moment, when using Quick-javadoc (ctrl-Q) the plugin provides nice documentation for this task
- name: Check for single yarn_timeline_server
fail: msg="Single host check failed."
when: "groups['hostgroup_yarn_timeline_servers'] |length != 1"
but reports "No documentation found" for
- name: Check for single yarn_timeline_server
ansible.builtin.fail: msg="Single host check failed."
when: "groups['hostgroup_yarn_timeline_servers'] |length != 1"
Hi thank you for your report. Currently plugin does not support ansible collections but I'm going to add this feature soon.
Any News on this?
Sorry for late answer. Nowadays I'm too busy and I do not have time to add features to this plugin. I will resume the work as soon as I find a proper time. Anyway, contributions are extremely helpful.