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