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:
Salt 2022-04-18 11:17:09 -05:00
parent 8dc66ab53a
commit 0d4d3235c8

View File

@ -4,6 +4,9 @@
# Preambulatory system configuration
# It's implicit that configuration here MUST preceed site_main.yml
- import_playbook: all.yml
# Device type configuration
- import_playbook: "{{ item }}"
loop: "{{ lookup('fileglob' 'device_types_*.yml') }}"
# Platform configuration
- import_playbook: "{{ item }}"
loop: "{{ lookup('fileglob' 'platforms_*.yml') }}"