|
---
|
|
- name: dell_utilities_deb | Dell utilities status
|
|
ansible.builtin.debug:
|
|
msg: No Dell utilities available for Debian or Ubuntu servers yet
|
|
when:
|
|
- "'Dell' in ansible_system_vendor"
|
|
- ansible_virtualization_role == "host"
|
|
tags:
|
|
- dell_utilities
|
|
- dell_dsu
|