12345678910111213141516171819202122232425262728 |
- ---
- - block:
- - name: Include common variables
- include_vars: ../../control_plane_common/vars/main.yml
- - name: Install DSU
- include_tasks: install_dsu.yml
- - name: Download iDRAC firmware updates
- include_tasks: download_fmw_updates.yml
- when:
- - device_support_status
- - firmware_update_required
|