From b425c3ad73390202495e455eab6ee46428a2e0d7 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Thu, 17 Jun 2021 08:18:33 +0200 Subject: [PATCH] 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 Change-Id: I502c9f1bf27b7ab0ac65c26367e5d622d8ed22cd --- validations_libs/constants.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/validations_libs/constants.py b/validations_libs/constants.py index 3e0ca4d9..387734e2 100644 --- a/validations_libs/constants.py +++ b/validations_libs/constants.py @@ -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'