mirror of
https://github.com/golderweb/ansible-dotqmail.git
synced 2026-04-18 04:16:31 +02:00
Improve file generation task and add template
This commit is contained in:
6
templates/dotqmail.j2
Normal file
6
templates/dotqmail.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
{# Gets the file name as var file and the redirect lines as list var file_names #}
|
||||
# ~/{{file}}
|
||||
# {{ansible_managed}}
|
||||
{% for line in file_lines %}
|
||||
{{line}}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user