From b3d1c7ff9f3138c60aa289fa321de855f079226e Mon Sep 17 00:00:00 2001 From: Graham Mainwaring Date: Thu, 1 Apr 2021 20:47:30 -0400 Subject: Add force parameter to argument_spec --- awx_collection/plugins/modules/tower_license.py | 1 + 1 file changed, 1 insertion(+) (limited to 'awx_collection') diff --git a/awx_collection/plugins/modules/tower_license.py b/awx_collection/plugins/modules/tower_license.py index 9d3bd717f3..37ce8531ff 100644 --- a/awx_collection/plugins/modules/tower_license.py +++ b/awx_collection/plugins/modules/tower_license.py @@ -59,6 +59,7 @@ def main(): argument_spec=dict( manifest=dict(type='str', required=True), eula_accepted=dict(type='bool', required=True), + force=dict(type='bool', required=False), ), ) -- cgit v1.2.3