Added module prefix to awx license module example documentation

Signed-off-by: David Roble <droble@redhat.com>
This commit is contained in:
David Roble 2020-12-18 11:56:29 -05:00
parent e08e88d940
commit 3bd976bda9

View File

@ -38,7 +38,7 @@ RETURN = ''' # '''
EXAMPLES = '''
- name: Set the license using a file
license:
tower_license:
manifest: "/tmp/my_manifest.zip"
eula_accepted: True
'''