Merge pull request #152 from polymeter/remove_by_source
Allow removing keys based on source file.
This commit is contained in:
commit
b5ac5e0b74
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user