From e33608ec164b0c3080877a04ff998a3563edcf48 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 23 Mar 2018 10:00:54 -0400 Subject: [PATCH] library: add a placeholder module for the validate action plugin Signed-off-by: Alfredo Deza --- library/validate | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 library/validate diff --git a/library/validate b/library/validate new file mode 100644 index 000000000..94fe08fc5 --- /dev/null +++ b/library/validate @@ -0,0 +1,4 @@ +# This is a placeholder file so that the ``validate`` action plugin can work. +# An action plugin is prefered because that gets executed on the master. If at +# some point the validation engine needs to run on remote nodes, then this +# placeholder can implement the ``module`` part of the plugin. -- 2.39.5