Merge pull request 'Change import to include; update .gitignore' (#10) from testing into main
Reviewed-on: #10
This commit is contained in:
commit
f237fc18e4
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
inventory/*
|
||||
host_vars
|
||||
collections/ansible_collections/
|
||||
collections
|
||||
testing*.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 }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user