forked from ISTI-ansible-roles/ansible-roles
Add a task that only prints a message, to remove a warning.
This commit is contained in:
parent
4cf92b1376
commit
2230f1064c
|
@ -1 +1,6 @@
|
||||||
---
|
---
|
||||||
|
- block:
|
||||||
|
- name: Nothing to see here
|
||||||
|
debug:
|
||||||
|
msg: "No Dell utilities on Debian or Ubuntu servers yet"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue