Merge "Module docstring for validation_libs.constants"

This commit is contained in:
Zuul 2021-06-18 16:32:36 +00:00 committed by Gerrit Code Review
commit b575dfcf95
1 changed files with 8 additions and 0 deletions

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'