Libriotech / koha-illbackend-libris

Koha ILL Backend for Libris ILL (used in Sweden)
3 stars 9 forks source link

Yaml file format #94

Closed hanspalsson closed 4 years ago

hanspalsson commented 4 years ago

The example of yaml config is lacking trailing ... . Also every entry should have a :. This according to YAML syntax https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html

MagnusEnger commented 4 years ago

Agree that there is a missing colon after "libraries".

The ... at the end of this example is just to illustrate that the list could be longer, I think:

---
# A list of tasty fruits
- Apple
- Orange
- Strawberry
- Mango
...