We set up a new way to deploy the synonyms file to our elasticsearch hosts in our company using gitlab ci cd and ansible. Now we would like to include a comment into the synonyms file, some this like "Ansible managed, edit in this repo: -link-".
Is it possible to comment this line without harming the file structure?
Do I need to put comments in there with a # or maybe with /** **/ ?