7 lines
153 B
YAML
7 lines
153 B
YAML
---
|
|
# No tasks
|
|
- name: "No Tasks"
|
|
ansible.builtin.debug:
|
|
msg: "No tasks are provided here. Please import the task as needed in your playbook."
|
|
...
|