Update AWX collection docs for release 11.0.0

This commit is contained in:
AlanCoding
2020-04-14 10:58:40 -04:00
parent dbe949a2c2
commit a79f2ff07a
3 changed files with 38 additions and 29 deletions

View File

@@ -162,7 +162,7 @@ def main():
module = TowerModule(argument_spec=argument_spec, supports_check_mode=False)
module.deprecate(msg="This module is being moved to a different collection. Instead of awx.awx it will be migrated into awx.tower_cli", version="3.7")
module.deprecate(msg="This module is deprecated and will be replaced by the AWX CLI export command.", version="3.7")
if not HAS_TOWER_CLI:
module.fail_json(msg='ansible-tower-cli required for this module')

View File

@@ -102,7 +102,7 @@ def main():
module = TowerModule(argument_spec=argument_spec, supports_check_mode=False)
module.deprecate(msg="This module is being moved to a different collection. Instead of awx.awx it will be migrated into awx.tower_cli", version="3.7")
module.deprecate(msg="This module is deprecated and will be replaced by the AWX CLI import command", version="3.7")
if not HAS_TOWER_CLI:
module.fail_json(msg='ansible-tower-cli required for this module')