Skip to content
Snippets Groups Projects
Commit b53cdf93 authored by Chris Croome's avatar Chris Croome
Browse files

Fix gpg fpr check on older distros

parent 7351b23f
No related branches found
Tags 2.2.0
No related merge requests found
Pipeline #21816 passed
......@@ -117,7 +117,6 @@
( ( ansible_distribution == "Ubuntu" ) and ( ansible_distribution_version is version('18.04', '>') ) )
loop: "{{ icinga_gpg_fingerprints }}"
loop_control:
extended: true
loop_var: fpr
when: ( icinga_asc_file.stat.exists | bool )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment