fix: correct file extension from .yaml to .yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user