bertvv / ansible-role-mariadb

Install MariaDB on RHEL/CentOS 7 or Fedora.
https://galaxy.ansible.com/bertvv/mariadb/
Other
145 stars 108 forks source link

Add support for multiline `ansible_managed` #64

Open dbh-tja opened 1 year ago

dbh-tja commented 1 year ago

To support multiline ansible_managed comments it is possible to combine them with the comment filter.

This PR includes the necessary template changes.