SUMMARY
I would like to use the feature of publish_only_if_needed also for automation in Ansible instead of calling the API directly as seen in the docs.
https://apidocs.theforeman.org/katello/latest/apidoc/v2/content_views/publish.html
Would it be possible to implement that parameter in the content_view_version module so a publish task would only do something, and return changed, if one of the repositories in the Content View changed since the last publish?
ISSUE TYPE