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 '''