From 8935cdd1d2c7646a36e11acd2fb6aeba450aaacc Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 1 Mar 2024 09:07:36 -0500 Subject: [PATCH] Change include to import --- baseos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baseos.yml b/baseos.yml index 9ec5ff1..87eabc5 100644 --- a/baseos.yml +++ b/baseos.yml @@ -11,7 +11,7 @@ tasks: - name: Include defined role(s) - ansible.builtin.include_role: + ansible.builtin.import_role: name: "{{ item }}" loop: "{{ baseos_include_roles }}" -- 2.47.1