ansible-doctor/ansibledoctor/Contstants.py

5 lines
92 B
Python
Raw Normal View History

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