mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-05 04:40: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"]
|