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/*
|
inventory/*
|
||||||
host_vars
|
host_vars
|
||||||
collections/ansible_collections/
|
collections
|
||||||
testing*.yml
|
testing*.yml
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Include defined role(s)
|
- name: Include defined role(s)
|
||||||
ansible.builtin.import_role:
|
ansible.builtin.include_role:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
loop: "{{ baseos_include_roles }}"
|
loop: "{{ baseos_include_roles }}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user