From 41e486850f5c1887b5608ef08ae6d01841381c30 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Mon, 25 Dec 2023 03:22:43 -0500 Subject: [PATCH] Update task name --- baseos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseos.yml b/baseos.yml index 80bb5b4..205de45 100644 --- a/baseos.yml +++ b/baseos.yml @@ -10,7 +10,7 @@ tasks: - - name: Include relevant role(s) + - name: Include defined role(s) ansible.builtin.include_role: name: "{{ item }}" loop: "{{ __baseos_include_roles }}"