MSDehghan / AnsiblePlugin

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

Wich version of ansible does pluggin support? #6

Closed tutunak closed 3 years ago

tutunak commented 3 years ago

I've tried to use this plugin for ansible version 2.10, but accomplishing doesn't work for e.g ansible.builtin.file. Do you have a plan to support the newest version of ansible in the near future? But anyway you are doing a great job. Other plugins I've met were awful. For the last time I've been using JSON schemas in IDEA but they work no so good.

MSDehghan commented 3 years ago

First of all, sorry for late answer. I totally forgot to write the answer. The plugin currently support ansible 2.9. Ansible collections and FQCN will be supported soon.

I will try my best to do it as soon as possible.

tutunak commented 3 years ago

Thank you for your response. I'm glad that you have plans to support the newest version of ansible.

sandikata commented 1 year ago

Hello, are there plans of supporting ansible 2.10+ ? because with 2.14 there are a lot of changes and this plugin just not work with them.