mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-10-31 18:30:42 +00:00
6 lines
120 B
Python
6 lines
120 B
Python
#!/usr/bin/env python3
|
|
"""Global constants."""
|
|
|
|
DOCTOR_CONF_FILE = "doctor.conf.yaml"
|
|
YAML_EXTENSIONS = ["yaml", "yml"]
|