ansible / ansible-builder

An Ansible execution environment builder
Other
289 stars 93 forks source link

[Feature request]: add `execution-environment.yaml` to file lookup during the build #619

Closed nnlkcncff closed 9 months ago

nnlkcncff commented 11 months ago

According to YAML recommendations it would be great to support yaml file extension during the lookup mechanism, for example, load files in that sequence: 1) execution-environment.yaml 2) execution-environment.yml

Many modern tools respect this, including Ansible, but ansible-builder does not support this yet.