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"