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 }}"