Allow removing keys based on source file.

This commit is contained in:
Manuel Webersen 2019-02-26 13:36:55 +01:00
parent 3715cd601c
commit 29f7d71426

View File

@ -12,7 +12,7 @@
{%- else %} {%- else %}
- user: {{ identifier }} - user: {{ identifier }}
{%- endif %} {%- endif %}
{%- if 'present' in key and key['present'] and 'source' in key %} {%- if 'source' in key %}
- source: {{ key['source'] }} - source: {{ key['source'] }}
{%- else %} {%- else %}
{%- if 'enc' in key %} {%- if 'enc' in key %}