diff --git a/plugins/modules/controller_token.py b/plugins/modules/controller_token.py index 4bb793b3..de41caec 100644 --- a/plugins/modules/controller_token.py +++ b/plugins/modules/controller_token.py @@ -44,7 +44,7 @@ and re-creates the token when existing controller token is found. This will cause module to report changed, every time update is called. extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller """ EXAMPLES = r""" diff --git a/plugins/modules/credential.py b/plugins/modules/credential.py index f69b643d..ca7e40e7 100644 --- a/plugins/modules/credential.py +++ b/plugins/modules/credential.py @@ -55,7 +55,7 @@ choices: ["present", "absent"] type: str extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller notes: - M(ansible.eda.credential) supports AAP 2.5 and onwards. """ diff --git a/plugins/modules/credential_info.py b/plugins/modules/credential_info.py index a15318ae..8a9cf60d 100644 --- a/plugins/modules/credential_info.py +++ b/plugins/modules/credential_info.py @@ -25,7 +25,7 @@ type: str required: false extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller notes: - M(ansible.eda.credential_info) supports AAP 2.5 and onwards. """ diff --git a/plugins/modules/credential_type.py b/plugins/modules/credential_type.py index 78d58dc1..28565e6f 100644 --- a/plugins/modules/credential_type.py +++ b/plugins/modules/credential_type.py @@ -47,7 +47,7 @@ choices: ["present", "absent"] type: str extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller notes: - M(ansible.eda.credential_type) supports AAP 2.5 and onwards. """ diff --git a/plugins/modules/credential_type_info.py b/plugins/modules/credential_type_info.py index be320626..0282a158 100644 --- a/plugins/modules/credential_type_info.py +++ b/plugins/modules/credential_type_info.py @@ -25,7 +25,7 @@ type: str required: false extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller notes: - M(ansible.eda.credential_type_info) supports AAP 2.5 and onwards. """ diff --git a/plugins/modules/decision_environment.py b/plugins/modules/decision_environment.py index 9279d7a6..f7d9e478 100644 --- a/plugins/modules/decision_environment.py +++ b/plugins/modules/decision_environment.py @@ -54,7 +54,7 @@ aliases: - organization extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller """ EXAMPLES = r""" diff --git a/plugins/modules/decision_environment_info.py b/plugins/modules/decision_environment_info.py index 419d242a..d8fd0025 100644 --- a/plugins/modules/decision_environment_info.py +++ b/plugins/modules/decision_environment_info.py @@ -23,7 +23,7 @@ - The name of the decision environment. type: str extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller """ EXAMPLES = r""" diff --git a/plugins/modules/event_stream.py b/plugins/modules/event_stream.py index 73daaf6b..f855299e 100644 --- a/plugins/modules/event_stream.py +++ b/plugins/modules/event_stream.py @@ -73,7 +73,7 @@ choices: ["present", "absent"] type: str extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller notes: - M(ansible.eda.event_stream) supports AAP 2.5 and onwards. """ diff --git a/plugins/modules/event_stream_info.py b/plugins/modules/event_stream_info.py index b89beda5..0712bf11 100644 --- a/plugins/modules/event_stream_info.py +++ b/plugins/modules/event_stream_info.py @@ -25,7 +25,7 @@ type: str required: false extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller notes: - M(ansible.eda.event_stream_info) supports AAP 2.5 and onwards. """ diff --git a/plugins/modules/project.py b/plugins/modules/project.py index 70f317c8..706af128 100644 --- a/plugins/modules/project.py +++ b/plugins/modules/project.py @@ -61,7 +61,7 @@ default: False version_added: 2.2.0 extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller """ EXAMPLES = r""" diff --git a/plugins/modules/project_info.py b/plugins/modules/project_info.py index f95768fa..0ce809d9 100644 --- a/plugins/modules/project_info.py +++ b/plugins/modules/project_info.py @@ -24,7 +24,7 @@ - Return information about particular project available on EDA Controller. type: str extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller """ EXAMPLES = r""" diff --git a/plugins/modules/rulebook_activation.py b/plugins/modules/rulebook_activation.py index 66946243..beab6006 100644 --- a/plugins/modules/rulebook_activation.py +++ b/plugins/modules/rulebook_activation.py @@ -137,7 +137,7 @@ choices: ["present", "absent"] type: str extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller notes: - Rulebook Activation API does not support PATCH method, due to this reason the module will not perform any modification when an existing rulebook activation is found. diff --git a/plugins/modules/rulebook_activation_info.py b/plugins/modules/rulebook_activation_info.py index 53e358a5..70f79ca0 100644 --- a/plugins/modules/rulebook_activation_info.py +++ b/plugins/modules/rulebook_activation_info.py @@ -25,7 +25,7 @@ type: str required: false extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller """ diff --git a/plugins/modules/rulebook_info.py b/plugins/modules/rulebook_info.py index 510305cc..3973672d 100644 --- a/plugins/modules/rulebook_info.py +++ b/plugins/modules/rulebook_info.py @@ -34,7 +34,7 @@ aliases: - project extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller """ diff --git a/plugins/modules/user.py b/plugins/modules/user.py index f1ff120f..c508380a 100644 --- a/plugins/modules/user.py +++ b/plugins/modules/user.py @@ -74,7 +74,7 @@ type: list elements: str extends_documentation_fragment: - - ansible.eda.eda_controller.auths + - ansible.eda.eda_controller.eda_controller """ EXAMPLES = r"""