ansible-doctor/ansibledoctor/Contstants.py

5 lines
91 B
Python

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