ansible-doctor/ansibledoctor/contstants.py

6 lines
120 B
Python
Raw Normal View History

2019-10-08 09:39:27 +00:00
#!/usr/bin/env python3
"""Global constants."""
2019-10-07 06:52:00 +00:00
DOCTOR_CONF_FILE = "doctor.conf.yaml"
YAML_EXTENSIONS = ["yaml", "yml"]