ansible/roles/packages/defaults/main.yml

14 lines
222 B
YAML
Raw Permalink Normal View History

2021-11-13 14:33:05 +01:00
---
# for software package updates
install_all_package_updates: true
# list of packages to install
install_packages: []
# list of packages to remove
remove_packages: []
# list of packages to update
update_packages: []