gantsign / ansible-role-maven

Ansible role for installing Apache Maven

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename local_ansible_data_path to maven_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 a maven role the variable should be prefixed with maven_.

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

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