theforeman / foreman-ansible-modules

Ansible modules for interacting with the Foreman API and various plugin APIs such as Katello
GNU General Public License v3.0
147 stars 163 forks source link

need module or flag to do composite content views #176

Closed itewk closed 5 years ago

itewk commented 6 years ago
SUMMARY

There seems to be no way to use katello_content_view to create a composite content view nor any other module for that purpose

ISSUE TYPE
mdellweg commented 6 years ago

There is #79. @gregswift any update on this one?

itewk commented 6 years ago

@mdellweg @gregswift the #79 seems to work around the problem I am running into by requiring a content view version, I can't find a way to do latest. I looked for an existing PR and didn't find that one for some reason so I had started on my own: https://github.com/theforeman/foreman-ansible-modules/pull/177

rackergs commented 6 years ago

I'd love to get latest, i dont want to always have to do a version... i just wanted to get to a point where the base worked :D

unfortunately, i'm stuck on katello 3.2 right now and so my testing doesnt match the PR testing, and i believe i'm hitting an error on 3.2 that the PR testing is not hitting.

so I was waiting to see what @ehelms was gonna propose based on this

evgeni commented 5 years ago

I think this is fixed by #204 and #224, closing.