ansible-doctor/ansibledoctor/Contstants.py

5 lines
92 B
Python

#!/usr/bin/python3
DOCTOR_CONF_FILE = "doctor.conf.yaml"
YAML_EXTENSIONS = ["yaml", "yml"]