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

argspec update

parent f2b5a4da
No related branches found
Tags 3.0.2
No related merge requests found
Pipeline #27377 passed
......@@ -454,7 +454,11 @@ argument_specs:
mariadb_version:
type: str
required: false
description: Internal MariaDB version string.
description: Internal MariaDB full version string.
mariadb_version_major_minor:
type: str
required: false
description: Internal MariaDB two part version string.
user:
author: Chris Croome
description: Ansible role for installing and configuring MariaDB on Debian
......@@ -901,4 +905,8 @@ argument_specs:
type: str
required: false
description: Internal MariaDB version string.
mariadb_version_major_minor:
type: str
required: false
description: Internal MariaDB two part version string.
...
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