ansibleplaybookbundle / apb-base

Base image for APB development
Apache License 2.0
8 stars 14 forks source link

spec file omits /etc/ansible/* #16

Open mhrivnak opened 6 years ago

mhrivnak commented 6 years ago

The spec file fails to include the files in files/etc/ansible/, which include ansible.cfg and hosts.

mhrivnak commented 6 years ago

On further thought, perhaps this should be added by the Dockerfile. Solution aside, the problem remains that the files aren't getting included in the image.

jmontleon commented 6 years ago

Looks like they were added to Dockerfile-canary. If we need these on the others we should add them to the RPM spec install section so they're properly packaged to get it fixed up for downstream. Every file must be part of an RPM for downstream.