Change import to include; update .gitignore
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
8935cdd1d2
commit
fc537f1f64
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