]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
library: add a placeholder module for the validate action plugin
authorAlfredo Deza <adeza@redhat.com>
Fri, 23 Mar 2018 14:00:54 +0000 (10:00 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Fri, 18 May 2018 15:58:24 +0000 (17:58 +0200)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
library/validate [new file with mode: 0644]

diff --git a/library/validate b/library/validate
new file mode 100644 (file)
index 0000000..94fe08f
--- /dev/null
@@ -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.