]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
library: remove legacy file
authorGuillaume Abrioux <gabrioux@redhat.com>
Thu, 1 Oct 2020 09:25:19 +0000 (11:25 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 1 Oct 2020 21:31:11 +0000 (23:31 +0200)
This file is a leftover and should have been removed when we dropped the
validate module.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 8603cba9abb6adcc4c0bd8d8fab1a5772584a159)

library/validate [deleted file]

diff --git a/library/validate b/library/validate
deleted file mode 100644 (file)
index 94fe08f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-# 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.