From: Guillaume Abrioux Date: Thu, 1 Oct 2020 09:25:19 +0000 (+0200) Subject: library: remove legacy file X-Git-Tag: v5.0.2~19 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7fc78939b1772219a592a0b9891d088bd07c6e74;p=ceph-ansible.git library: remove legacy file This file is a leftover and should have been removed when we dropped the validate module. Signed-off-by: Guillaume Abrioux (cherry picked from commit 8603cba9abb6adcc4c0bd8d8fab1a5772584a159) --- diff --git a/library/validate b/library/validate deleted file mode 100644 index 94fe08fc5..000000000 --- a/library/validate +++ /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.