You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If argument is bus, code generator generates default value as 0, but only for argument specification, not for the documentation itself, which isn't a valid module. The default value must be specified for both.
Most of the modules don't specify default values, default values are specified only as a description of argument, which is taken from API.
Why do we need to set the bus default value to 0?
It's failing the CI, and the documentation must be manually edited. Can we remove the generation of the default value = 0 for bus?
The text was updated successfully, but these errors were encountered:
https://github.com/ansible-community/ansible.content_builder/blob/main/plugins/action/generate_cloud_modules.py#L410
If argument is
bus
, code generator generates default value as0
, but only for argument specification, not for the documentation itself, which isn't a valid module. The default value must be specified for both.Most of the modules don't specify default values, default values are specified only as a description of argument, which is taken from API.
Why do we need to set the
bus
default value to0
?It's failing the CI, and the documentation must be manually edited. Can we remove the generation of the default value = 0 for bus?
The text was updated successfully, but these errors were encountered: