mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07: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:
parent
f13e20655e
commit
e4338d0ca3
3 changed files with 22 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue