restructure repo
This commit is contained in:
12
roles/os-updates/tasks/main.yml
Normal file
12
roles/os-updates/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Update mirrors if necessary
|
||||
when: os_also_update_mirror |bool
|
||||
include_tasks: update_mirrors.yml
|
||||
ignore_errors: true
|
||||
|
||||
- name: Upgrade to new major version if enabled
|
||||
when: os_update_major_version
|
||||
include_tasks: update_major_version.yml
|
||||
ignore_errors: true
|
||||
|
||||
- name: Upgrade all packages
|
||||
include_tasks: upgrade_packages.yml
|
||||
Reference in New Issue
Block a user