Default tasks: Don't install updates by default

This commit is contained in:
Jannik Beyerstedt 2021-08-25 15:31:46 +02:00
parent a5c6f22c21
commit a384c4385a
2 changed files with 14 additions and 20 deletions

View file

@ -2,15 +2,12 @@
# Common setup tasks for all nodes (universial)
# Usage:
# - Run this whole role for setup
# - You will do nothing wrong, if all steps are executed during periodocal maintenance
# - You will do nothing wrong, if all steps are executed during periodical maintenance
# - Maintenance can be faster, if some steps are left out:
# - Some tasks are only needed for setup
# - Some can be run periodically
# - Some must run periodically
- name: Install updates
include_tasks: update.yml
when: common_settingsonly | default(false) == false
# if role has not changed, this will not be needed when just installing updates
- name: Install essential tools