Merge pull request #152 from polymeter/remove_by_source

Allow removing keys based on source file.
This commit is contained in:
alxwr 2019-04-09 21:02:44 +02:00 committed by GitHub
commit b5ac5e0b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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