mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-05 12:50:44 +00:00
5 lines
92 B
Python
5 lines
92 B
Python
#!/usr/bin/python3
|
|
|
|
DOCTOR_CONF_FILE = "doctor.conf.yaml"
|
|
YAML_EXTENSIONS = ["yaml", "yml"]
|