Skip to content
Snippets Groups Projects
Verified Commit b5e27f03 authored by Chris Croome's avatar Chris Croome
Browse files

add missing vars to arg spec

parent 96027ca5
No related branches found
Tags 3.4.0
No related merge requests found
Pipeline #27828 passed
......@@ -143,6 +143,10 @@ argument_specs:
type: dict
required: false
description: Internal results from the community.mysql.mysql_info module.
mariadb_init:
type: str
required: false
description: Internal results from checking the init system.
mariadb_install:
type: dict
required: false
......@@ -324,6 +328,10 @@ argument_specs:
- SHOW VIEW
- TRIGGER
- UPDATE
mariadb_ps:
type: str
required: false
description: Internal variable for the results from runing ps.
mariadb_remove:
type: dict
required: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment