From fc537f1f646b7a2b46da228d2c15065a93486be8 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 1 Mar 2024 09:16:28 -0500 Subject: [PATCH] Change import to include; update .gitignore --- .gitignore | 2 +- baseos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fda0e54..d94434c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ inventory/* host_vars -collections/ansible_collections/ +collections testing*.yml diff --git a/baseos.yml b/baseos.yml index 87eabc5..9ec5ff1 100644 --- a/baseos.yml +++ b/baseos.yml @@ -11,7 +11,7 @@ tasks: - name: Include defined role(s) - ansible.builtin.import_role: + ansible.builtin.include_role: name: "{{ item }}" loop: "{{ baseos_include_roles }}" -- 2.47.1