redhat_cloudforms_azure_arm.../ansible-ad-group-add/templates/transcription/mail-add.j2

15 lines
306 B
Django/Jinja
Executable File

Service request: {{ body_service_name }}
Requester: {{ body_requester_user }}
Result:
user(s) added to group {{ group }};
{% for entry in result.added %}
{{ entry }}
{% endfor %}
users that had no action taken due to already being {{ state }};
{% for entry in user_no_action %}
{{ entry }}
{% endfor %}