From: Guillaume Abrioux Date: Thu, 1 Oct 2020 09:25:19 +0000 (+0200) Subject: library: remove legacy file X-Git-Tag: v4.0.36~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=18240d8b99952a4089caa027c3dfdd0c85aeed22;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.