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

15 lines
312 B
Django/Jinja
Executable File

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