Add a glob for device type configuration
Apparently these playbooks weren't being called at all, which is really concerning
This commit is contained in:
parent
8dc66ab53a
commit
0d4d3235c8
@ -4,6 +4,9 @@
|
|||||||
# Preambulatory system configuration
|
# Preambulatory system configuration
|
||||||
# It's implicit that configuration here MUST preceed site_main.yml
|
# It's implicit that configuration here MUST preceed site_main.yml
|
||||||
- import_playbook: all.yml
|
- import_playbook: all.yml
|
||||||
|
# Device type configuration
|
||||||
|
- import_playbook: "{{ item }}"
|
||||||
|
loop: "{{ lookup('fileglob' 'device_types_*.yml') }}"
|
||||||
# Platform configuration
|
# Platform configuration
|
||||||
- import_playbook: "{{ item }}"
|
- import_playbook: "{{ item }}"
|
||||||
loop: "{{ lookup('fileglob' 'platforms_*.yml') }}"
|
loop: "{{ lookup('fileglob' 'platforms_*.yml') }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user