various references to tower

This commit is contained in:
Seth Foster
2021-05-05 23:42:54 -04:00
parent 82c5803e59
commit 1ade9b3a7d
4 changed files with 6 additions and 6 deletions

View File

@@ -395,7 +395,7 @@ def main():
# End backwards compatability
state = module.params.get('state')
# Deprication warnings
# Deprecation warnings
for legacy_input in OLD_INPUT_NAMES:
if module.params.get(legacy_input) is not None:
module.deprecate(msg='{0} parameter has been deprecated, please use inputs instead'.format(legacy_input), version="ansible.tower:4.0.0")