geerlingguy / packer-boxes

Jeff Geerling's Packer build configurations for Vagrant boxes.
https://app.vagrantup.com/geerlingguy
MIT License
651 stars 304 forks source link

Convert shared/requirements.yml to newer file format #97

Closed voegelas closed 1 year ago

voegelas commented 1 year ago

Recent Packer versions do not support the requirements file format from Ansible 2.8 and before. There's a bug report for HashiCorp's Ansible plugin. Vagrant boxes can be built again by converting shared/requirements.yml to the current file format. Tested with Packer 1.8.5 and the boxes for CentOS 7, Rocky Linux 8 and Ubuntu 20.04. This change fixes #96.

geerlingguy commented 1 year ago

Thank you! Will rebuild the boxes now.