Added package role
This commit is contained in:
13
roles/packages/defaults/main.yml
Normal file
13
roles/packages/defaults/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# 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: []
|
||||
|
||||
Reference in New Issue
Block a user