|
@@ -1,4 +1,4 @@
|
|
|
-# Copyright 2021 Dell Inc. or its subsidiaries. All Rights Reserved.
|
|
|
+# Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
|
|
|
#
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
# you may not use this file except in compliance with the License.
|
|
@@ -13,16 +13,13 @@
|
|
|
# limitations under the License.
|
|
|
---
|
|
|
|
|
|
-- name: Include common variables
|
|
|
- include_vars: ../../control_plane_common/vars/main.yml
|
|
|
+- block:
|
|
|
+ - name: Include common variables
|
|
|
+ include_vars: ../../control_plane_common/vars/main.yml
|
|
|
|
|
|
-- name: Validate idrac_vars
|
|
|
- include_tasks: validate_idrac_vars.yml
|
|
|
+ - name: Install DSU
|
|
|
+ include_tasks: install_dsu.yml
|
|
|
|
|
|
-- name: Install DSU
|
|
|
- include_tasks: install_dsu.yml
|
|
|
+ - name: Download iDRAC firmware updates
|
|
|
+ include_tasks: download_fmw_updates.yml
|
|
|
when: firmware_update_required
|
|
|
-
|
|
|
-- name: Download iDRAC firmware updates
|
|
|
- include_tasks: download_fmw_updates.yml
|
|
|
- when: firmware_update_required
|