mirror of
https://github.com/roles-ansible/ansible_role_ranger.git
synced 2024-08-16 14:19:48 +02:00
9 lines
294 B
YAML
9 lines
294 B
YAML
---
|
|
# should we do a version check? (recomended)
|
|
submodules_versioncheck: false
|
|
|
|
# variables for ranger
|
|
ranger:
|
|
repo: 'https://github.com/ranger/ranger.git'
|
|
branch: 'master'
|
|
download_directory: "{{ x_ansible_download_dir | default(ansible_env.HOME + '/.ansible/tmp/downloads/ranger') }}"
|