Merge "Literal substituted with DEFAULT_VALIDATIONS_BASEDIR"

This commit is contained in:
Zuul 2021-06-18 16:32:33 +00:00 committed by Gerrit Code Review
commit 42c5adb572
1 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,9 @@ import os
DEFAULT_VALIDATIONS_BASEDIR = '/usr/share/ansible'
ANSIBLE_VALIDATION_DIR = '/usr/share/ansible/validation-playbooks'
ANSIBLE_VALIDATION_DIR = os.path.join(
DEFAULT_VALIDATIONS_BASEDIR,
'validation-playbooks')
VALIDATION_GROUPS_INFO = os.path.join(
DEFAULT_VALIDATIONS_BASEDIR,