You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...]the string " -- " (double-hyphen) must not occur within comments.
The occurrence of a double hyphen may prevent proper processing of the file by various XML libraries, not the least of them Python's lxml module, which is used by Ansible.
The text was updated successfully, but these errors were encountered:
This is illegal as per https://www.w3.org/TR/REC-xml/#sec-comments
The occurrence of a double hyphen may prevent proper processing of the file by various XML libraries, not the least of them Python's lxml module, which is used by Ansible.
The text was updated successfully, but these errors were encountered: