Skip to content

Releases: MSDehghan/AnsiblePlugin

Ansible Plugin 0.92

12 Nov 21:24
Compare
Choose a tag to compare
  • File path completion added wherever was needed(import_playbook, include_tasks, some module options,...).
  • Fix compatibility issues with 2020.3 EAP
  • Fix some typos in ansible docs and fields

Ansible Plugin 0.90

30 Oct 15:50
04f326a
Compare
Choose a tag to compare
  • Finally roles are supported
  • Plugin detect available roles and suggest role names
  • Add some missing fields and documentations

Ansible Plugin 0.12

17 Oct 21:20
9aee263
Compare
Choose a tag to compare
  • Fix NPE in yaml sequences
  • Support block,always and rescue fields
  • Fix not showing help in some cases
  • Many small improvements to code