Default tasks: Don't install updates by default
This commit is contained in:
parent
a5c6f22c21
commit
a384c4385a
2 changed files with 14 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue