mirror of
https://github.com/roles-ansible/ansible_role_ranger.git
synced 2024-08-16 14:19:48 +02:00
14 lines
340 B
YAML
14 lines
340 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') }}"
|
|
|
|
ranger__build_deps:
|
|
- make
|
|
- git
|
|
- vim
|