ansible-doctor/ansibledoctor/contstants.py

6 lines
120 B
Python
Raw Permalink Normal View History

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