This commit is contained in:
Louis Abel 2023-01-11 00:49:14 -07:00
parent c962eba82a
commit a4e10f3697
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
---
# No tasks
- debug: msg="No tasks are provided here. Please import the task as needed in your playbook."
- name: "No Tasks"
ansible.builtin.debug:
msg: "No tasks are provided here. Please import the task as needed in your playbook."
...