mirror of
https://github.com/roles-ansible/ansible_role_packages.git
synced 2024-08-16 10:19:51 +02:00
18 lines
343 B
YAML
18 lines
343 B
YAML
---
|
|
# if you are interested in adding extra packages... do it here!
|
|
packages_extra: []
|
|
# - foo
|
|
# - bar
|
|
|
|
# do we want the latest package version or just upgrade manually?
|
|
upgrade_packages_to_latest_version: true
|
|
|
|
# add eth zurich apt source
|
|
add_ethz: true
|
|
|
|
# we use vim!
|
|
editor_is_vim: true
|
|
|
|
|
|
# version management
|
|
submodules_versioncheck: true
|