while-true-do / ansible-skeleton

The skeleton to create new ansible roles.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Feat: Enable multi line comments for ansible_managed #58

Closed dschier-wtd closed 5 years ago

dschier-wtd commented 5 years ago

As an operator, I want to be able to use multi-line "ansible_managed" in templates and see this reflected in the templates and documentation.

Details:

Proper Syntax should be this way '{{ ansible_managed | comment }}'.

Criteria:

old roles (which are pending for refactoring)

References:

https://github.com/while-true-do/ansible-role-mariadb/issues/13 from @kirikae

dschier-wtd commented 5 years ago

This can be release as minor release (feat)

dschier-wtd commented 5 years ago

starting to work on this in fb-daniel-wtd

dschier-wtd commented 5 years ago

example provided in #68

dschier-wtd commented 5 years ago

All updates pushed to relevant repositories