ansible-doctor/ansibledoctor/Contstants.py

5 lines
92 B
Python
Raw Normal View History

2019-10-07 06:52:00 +00:00
#!/usr/bin/python3
DOCTOR_CONF_FILE = "doctor.conf.yaml"
YAML_EXTENSIONS = ["yaml", "yml"]