Pipe ansible_managed to `comment` jinja filter
To be able to manage multi-lines in ansible_managed.
This commit is contained in:
parent
8d2e46ebd2
commit
8c2bf15fe6
|
@ -1,3 +1,9 @@
|
||||||
|
## v1.X.Y
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
* Switch to Github URL to download deb file (thanks to @roumano - PR #16).
|
||||||
|
* Pipe ansible_managed to `comment` jinja filter to manage multi-lines.
|
||||||
|
|
||||||
## v1.4.1
|
## v1.4.1
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed | comment }}
|
||||||
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
||||||
|
|
||||||
# fusioninventory agent configuration
|
# fusioninventory agent configuration
|
||||||
|
|
Reference in New Issue