mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Starting to refactor module formatter script.
Rename "jpfunc" to something more explanatory
This commit is contained in:
parent
c44b876c82
commit
10009b0d3f
8 changed files with 24 additions and 24 deletions
|
@ -15,7 +15,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% for desc in description -%}
|
||||
@{ desc | jpfunc }@
|
||||
@{ desc | convert_symbols_to_format }@
|
||||
{% endfor %}
|
||||
|
||||
{% if options -%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue