Change import to include; update .gitignore #10

Merged
chris merged 1 commits from testing into main 2024-03-01 09:16:55 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit fc537f1f64 - Show all commits

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
inventory/*
host_vars
collections/ansible_collections/
collections
testing*.yml

View File

@ -11,7 +11,7 @@
tasks:
- name: Include defined role(s)
ansible.builtin.import_role:
ansible.builtin.include_role:
name: "{{ item }}"
loop: "{{ baseos_include_roles }}"