ansible / ansible-builder

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

Guarantee collection base path exists #683

Closed Shrews closed 2 months ago

Shrews commented 2 months ago

Empty galaxy requirements content would cause a COPY directive to fail because the collection directory would not exist. This makes sure we always have that directory.

Fixes #641