kyetter / ansible-devspace-demo

17 stars 42 forks source link

feat: refactored into proper collection structure #13

Closed jeffcpullen closed 1 year ago

jeffcpullen commented 1 year ago

This is a big one. I moved everything into a proper collection structure to prepare for ansible-test usage.

jeffcpullen commented 1 year ago

So as not to lose the molecule tests that were there previously not in a folder, I moved them into the zipship.rhel.podman role.

jeffcpullen commented 1 year ago

Decided this is the wrong way to do this. We should have a multi-project dev file to pull in content separately. We need to break the content and the environment into different repos.