From 3bd976bda97878560132cae439b0f25983c786fe Mon Sep 17 00:00:00 2001 From: David Roble Date: Fri, 18 Dec 2020 11:56:29 -0500 Subject: [PATCH] Added module prefix to awx license module example documentation Signed-off-by: David Roble --- awx_collection/plugins/modules/tower_license.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_license.py b/awx_collection/plugins/modules/tower_license.py index b432fef9ec..165d5255ab 100644 --- a/awx_collection/plugins/modules/tower_license.py +++ b/awx_collection/plugins/modules/tower_license.py @@ -38,7 +38,7 @@ RETURN = ''' # ''' EXAMPLES = ''' - name: Set the license using a file - license: + tower_license: manifest: "/tmp/my_manifest.zip" eula_accepted: True '''