Module docstring for validation_libs.constants

Considering how important it is for VF to work,
I think it deserves a module level docstring.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I502c9f1bf27b7ab0ac65c26367e5d622d8ed22cd
This commit is contained in:
Jiri Podivin 2021-06-17 08:18:33 +02:00
parent 4d1df7b0e7
commit b425c3ad73

View File

@ -12,6 +12,14 @@
# License for the specific language governing permissions and limitations
# under the License.
#
"""Default paths for validation playbook directory,
validation groups definitions and validation logs
are defined here.
These paths are used in an absence of user defined overrides,
or as a fallback, when custom locations fail.
"""
import os
DEFAULT_VALIDATIONS_BASEDIR = '/usr/share/ansible'