MSDehghan / AnsiblePlugin

IntelliJ plugin that helps developing Ansible files
129 stars 16 forks source link

Support ansible.builtin. prefixes for tasks #10

Open blekinge opened 3 years ago

blekinge commented 3 years ago

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"
MSDehghan commented 3 years ago

Hi thank you for your report. Currently plugin does not support ansible collections but I'm going to add this feature soon.

devNan0 commented 3 years ago

Any News on this?

MSDehghan commented 2 years ago

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.