diff --git a/tasks/main.yml b/tasks/main.yml index 68a6567..9edc7cc 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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." ...