From a4e10f36974caca12fe1a371e7ac0849e032b146 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 11 Jan 2023 00:49:14 -0700 Subject: [PATCH] fqnc --- tasks/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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." ...