packer-plugin-ansible
packer-plugin-ansible copied to clipboard
provisioner: merge galaxy config into common
The Ansible galaxy arguments for both provisioners were duplicated among the provisioners although they are essentially the same. Since they're the same, we move the common code and arguments into a common package so it can be reused between both provisioners.
@SwampDragons this is where I got to on the refactor. Sharing in case you find anything usable.
Thanks. I'll take a look at it when I have some downtime.