mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
avoid printing internal loop and loop_args
This commit is contained in:
@@ -13,7 +13,9 @@ Note that not all directives affect the object itself and might just be there to
|
||||
{{ name }}
|
||||
{{ '-' * name|length }}
|
||||
{% for attribute in oblist[name].__dict__['_attributes']|sort %}
|
||||
{% if attribute not in ['loop', 'loop_args'] %}
|
||||
* {{ attribute }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user