We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314dcde commit 537edb5Copy full SHA for 537edb5
inventory-generation/notifications/templates/list-of-users.yaml.j2
@@ -3,15 +3,15 @@
3
full:
4
list_of_users:
5
{% for user in engagement_users | default([]) %}
6
-{% filter indent(width=6, indentfirst=False) %}
+{% filter indent(width=6) %}
7
- {{ user | to_nice_yaml }}
8
{%- endfilter %}
9
{%- endfor %}
10
11
internal:
12
13
14
15
{% if 'redhat.com' in user.email %}
16
17
{% endif %}
0 commit comments