summaryrefslogtreecommitdiffstats
path: root/awx_collection/plugins/modules/license.py
diff options
context:
space:
mode:
authorSeth Foster <fosterbseth@gmail.com>2021-05-28 00:33:56 +0200
committerSeth Foster <fosterbseth@gmail.com>2021-06-08 20:33:28 +0200
commitb26e33ca3472c5df87c88128c7e855f66306015e (patch)
treefc552a2e45adf9820f3b12e0b20394b9605aca36 /awx_collection/plugins/modules/license.py
parentfixed ansible-test sanity import tests; removed sanity-ignore files (diff)
downloadawx-b26e33ca3472c5df87c88128c7e855f66306015e.tar.xz
awx-b26e33ca3472c5df87c88128c7e855f66306015e.zip
remove eula_accepted
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),
),
)