From b5e27f033168042eaa907f79e1b51d3b1204d510 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Sat, 3 Jun 2023 14:35:45 +0100
Subject: [PATCH] add missing vars to arg spec

---
 meta/argument_specs.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml
index 6d2b48e..4f050e3 100644
--- a/meta/argument_specs.yml
+++ b/meta/argument_specs.yml
@@ -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
-- 
GitLab