Fail immediately when kernel needs an update
Previously we were executing half the role's tasks before checking the kernel version. Failing fast may save some deployer time and annoyance. Change-Id: I0abd53d5e9ad8b94724316da4f55a89d8dd46404
This commit is contained in:
@@ -24,13 +24,13 @@
|
||||
tags:
|
||||
- always
|
||||
|
||||
- include: openstack_kernel_check.yml
|
||||
- include: openstack_proxy_settings.yml
|
||||
- include: openstack_host_install.yml
|
||||
- include: openstack_sysstat.yml
|
||||
- include: openstack_update_hosts_file.yml
|
||||
when: openstack_host_manage_hosts_file | bool
|
||||
- include: openstack_lvm_config.yml
|
||||
- include: openstack_kernel_check.yml
|
||||
- include: openstack_kernel_modules.yml
|
||||
- include: openstack_kernel_tuning.yml
|
||||
- include: openstack_authorized_keys.yml
|
||||
|
||||
Reference in New Issue
Block a user