Use comment jinja filter with ansible_managed
This commit is contained in:
parent
c84bc06090
commit
3b57009d31
|
@ -4,6 +4,9 @@
|
|||
* Replace flatten jinja filter with **list**.
|
||||
* Call module with FQCN.
|
||||
|
||||
### Enhancements
|
||||
* Use comment jinja filter with ansible_managed to allow multi-lines comment.
|
||||
|
||||
## v1.1.2
|
||||
|
||||
### Enhancements
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# {{ ansible_managed }}
|
||||
# {{ ansible_managed | comment }}
|
||||
#
|
||||
# Master configuration file for Xymon
|
||||
#
|
||||
|
@ -20,6 +20,6 @@
|
|||
|
||||
#page common Common
|
||||
|
||||
#group-except sslcert|bbd|xymond|xymongen|xymonnet|xymonproxy <font size="+1">Test</font>⏎
|
||||
#include hosts.d/common.cfg⏎
|
||||
#group-except sslcert|bbd|xymond|xymongen|xymonnet|xymonproxy <font size="+1">Test</font>
|
||||
#include hosts.d/common.cfg
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# {{ ansible_managed }}
|
||||
# {{ ansible_managed | comment }}
|
||||
|
||||
#192.168.0.1 www.{{ ansible_domain }} # apt libs SSH apache https://www.{{ ansible_domain }}
|
||||
#192.168.0.2 pxe.{{ ansible_domain }} # apt libs SSH DESCR:PXE CLIENT:deploy
|
||||
|
|
Loading…
Reference in New Issue