summaryrefslogtreecommitdiffstats
path: root/awx_collection/plugins/modules/license.py
diff options
context:
space:
mode:
Diffstat (limited to 'awx_collection/plugins/modules/license.py')
-rw-r--r--awx_collection/plugins/modules/license.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/awx_collection/plugins/modules/license.py b/awx_collection/plugins/modules/license.py
index 6ad3544d4e..c75bad18c6 100644
--- a/awx_collection/plugins/modules/license.py
+++ b/awx_collection/plugins/modules/license.py
@@ -51,7 +51,6 @@ def main():
module = ControllerAPIModule(
argument_spec=dict(
manifest=dict(type='str', required=True),
- eula_accepted=dict(type='bool', required=True),
force=dict(type='bool', default=False),
),
)