Pipe ansible_managed to comment Jinja filter
To allow multi lines in ansible_managed.
This commit is contained in:
parent
9f85ce0c6b
commit
330399edfd
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
||||||
|
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed | comment }}
|
||||||
|
|
||||||
# Colors definition [[[
|
# Colors definition [[[
|
||||||
BLACK='\033[49;30m'
|
BLACK='\033[49;30m'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
||||||
|
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed | comment }}
|
||||||
|
|
||||||
# Colors definition [[[
|
# Colors definition [[[
|
||||||
BLACK='\033[49;30m'
|
BLACK='\033[49;30m'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
||||||
|
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed | comment }}
|
||||||
|
|
||||||
# Colors definition [[[
|
# Colors definition [[[
|
||||||
BLACK='\033[49;30m'
|
BLACK='\033[49;30m'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
||||||
|
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed | comment }}
|
||||||
|
|
||||||
# Colors definition [[[
|
# Colors definition [[[
|
||||||
BLACK='\033[49;30m'
|
BLACK='\033[49;30m'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
||||||
|
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed | comment }}
|
||||||
|
|
||||||
# Colors definition [[[
|
# Colors definition [[[
|
||||||
BLACK='\033[49;30m'
|
BLACK='\033[49;30m'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
# .. vim: foldmarker=[[[,]]]:foldmethod=marker
|
||||||
|
|
||||||
# {{ ansible_managed }}
|
# {{ ansible_managed | comment }}
|
||||||
|
|
||||||
# Colors definition [[[
|
# Colors definition [[[
|
||||||
BLACK='\033[49;30m'
|
BLACK='\033[49;30m'
|
||||||
|
|
Loading…
Reference in New Issue