ansible-role-intellij icon indicating copy to clipboard operation
ansible-role-intellij copied to clipboard

Ansible role for installing the IntelliJ IDEA IDE

Results 5 ansible-role-intellij issues
Sort by recently updated
recently updated
newest added

This PR retrieves the version of the currently installed plugin and compares it to the new version. If they differe, the the plugin will be updated. Also: Use the complete...

## Description If [`inject-facts-as-vars`](https://docs.ansible.com/ansible/latest/reference_appendices/config.html#inject-facts-as-vars) is False, a play fails with a following error. ``` The task includes an option with an undefined variable. The error was: {{ x_ansible_download_dir | default(ansible_env.HOME...