-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
None
Description of problem:
The redhat.satellite 3.9.0 ansible collection's ansible-doc documentation is missing documentation for the content_view_version_cleanup role.
How reproducible:
Every time.
Is this issue a regression from an earlier version:
I didn't check.
Steps to Reproduce:
1.ssh into your Satellite serve
2. As a privlidege users run make sure you have the latest redhat.satellite ansible collection
ansible-galaxy collection install -U redhat.satellite
3. prove that redhat.satellite.content_view_version_cleanup is valid role.
ls -al /usr/share/ansible/collections/ansible_collections/redhat/satellite/roles/content_view_version_cleanup/
4. List the redhat.satellite collection commands that ansible-doc shows as having documentation. ansible-doc --type module --list redhat.satellite | grep redhat.satellite.content_view
5. look in the output for any traces of a line for redhat.satellite.content_view_version_cleanup,
6. run ansible-doc content_view_version_cleanup
Actual behavior:
for 5, there no line for content_view_version_cleanup and for step 6
Expected behavior:
Step 5. There to be a line in the output for content_view_version_cleanup.
step 6. similarly to "ansible-doc redhat.satellite.content_view_version" that it would show some kind of information regarding content_view_version_cleanup maybee simlarl to the contents of /usr/share/ansible/collections/ansible_collections/redhat/satellite/roles/content_view_version_cleanup/README.md
Business Impact / Additional info:{}
It is making me have to look elsewhere for documentation on this.