OrchidE Version 2021.1.7: Improved support for variables set by set_fact module and register keyword

OrchidE 2021.1.7.0

OrchidE 2021.1.7.0 improves the support for variables set with the set_fact module or the keyword register:

  • Code completion for Jinja2 variables now also suggests set_fact/register variables when included via import/include_tasks
  • Navigation to variables set with set_fact/register now also supports variables set in import/include_tasks.
  • The ‘Undefined Variables’ inspection now also supports set_fact/register variables set in imported/included files.


Sample about variables set by set_fact and register


The resolution of the imported files takes place hierarchically, thus also (sequence) dependencies of the imported files are recognized.

The improvements are also available in Jinja2 template files.


Deprecation

Support for IntelliJ platform 2020.2 is deprecated and will end with the release of IntelliJ platform 2022.2.

Support for Ansible versions 2.9 and 2.8 is deprecated.