mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
various sanity fixes
This commit is contained in:
@@ -401,7 +401,7 @@ def main():
|
||||
for legacy_input in OLD_INPUT_NAMES:
|
||||
if module.params.get(legacy_input) is not None:
|
||||
module.deprecate(
|
||||
collection_name=DOCUMENTATION.module,
|
||||
collection_name="awx.awx",
|
||||
msg='{0} parameter has been deprecated, please use notification_configuration instead'.format(legacy_input),
|
||||
version="4.0.0"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user