From aea6426e5d52b558691af5cc097f291b64407861 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Mon, 4 Dec 2023 10:12:06 +0100 Subject: [PATCH] add missing arg spec --- roles/jbcs/meta/argument_specs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/jbcs/meta/argument_specs.yml b/roles/jbcs/meta/argument_specs.yml index c61a987..6bd5b5a 100644 --- a/roles/jbcs/meta/argument_specs.yml +++ b/roles/jbcs/meta/argument_specs.yml @@ -28,6 +28,10 @@ argument_specs: default: 'x86_64' description: "Install on this architecture" type: "str" + jbcs_patch: + default: true + description: "Enable security patches install" + type: "bool" jbcs_bundle: # line 5 of jbcs/defaults/main.yml default: "jbcs-httpd24-httpd-{{ jbcs_version }}-{{ jbcs_distro }}-{{ jbcs_arch }}.zip"