Do not ignore_errors for fallback keyserver

The initial keyserver usage should ignore errors so that
the fallback keyserver can be used. However the second
task should not ignore errors as there is no third
keyserver - if the first has failed, and the fallback has
failed, then the task should fail and the installation
should stop.

Change-Id: I6869ca71d81ab6cb39c328925583c9a9d81844bb
This commit is contained in:
Jesse Pretorius 2016-10-16 14:36:34 +01:00
parent 264fa987c8
commit 1acef89dc0
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@
key: "{{ item.fallback_keyserver }}/{{ item.key_name }}"
register: add_keys
until: add_keys|success
ignore_errors: True
retries: 5
delay: 2
with_items: "{{ galera_client_gpg_keys }}"