gantsign / ansible-role-intellij

Ansible role for installing the IntelliJ IDEA IDE

Home Page:https://galaxy.ansible.com/gantsign/intellij

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename local_ansible_data_path to intellij_download_dir

freemanjp opened this issue · comments

The variable name local_ansible_data_path is potentially confusing as it's actually a path on the remote machine (from the Ansible perspective); also, given this is an intellij role the variable should be prefixed with intellij_.

It's still beneficial to support a common variable for where to store downloads so intellij_download_dir will default to x_ansible_download_dir if set.

Renaming the variable to intellij_download_dir will be clearer and less misleading.