mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
module_formatter now also uses Jinja2 trim_blocks
- Updated man template accordingly - seem to have left in illegal char in facter DOCUMENTATION...
This commit is contained in:
@@ -221,6 +221,7 @@ def main():
|
||||
env = Environment(loader=FileSystemLoader(args.template_dir),
|
||||
variable_start_string="@{",
|
||||
variable_end_string="}@",
|
||||
trim_blocks=True,
|
||||
)
|
||||
|
||||
env.globals['xline'] = rst_xline
|
||||
|
||||
Reference in New Issue
Block a user