fix: correct file extension from .yaml to .yml

This commit is contained in:
2026-04-15 19:23:43 -04:00
parent 441b9fa824
commit ce7ec1b25f

View File

@@ -1,7 +1,7 @@
---
- name: Use appropriate tasks for given distribution
ansible.builtin.set_fact:
task_distro_file: "{{ ansible_os_family | lower }}.yaml"
task_distro_file: "{{ ansible_os_family | lower }}.yml"
- name: Verify that the distribution is supported
become: false