Remove the three dashes from all YAML documents
These are used to signal the start of the document in a stream of many documents. As Ansible only supports one YAML document per file this is unnecessary. About a third of our YAML documents already lacked these.
Edited by Evangelos Foutras