Skip to content

Commit

Permalink
Add ignore_errors to fix minor bug with fallback source for apt-key.
Browse files Browse the repository at this point in the history
Add ignore_errors to execute 'add galera apt-keys using fallback
source'.
Bug was found and described by David Wilde.

Change-Id: I22f68fd78161498d636972f3181031da093daf7d
Closes-Bug: 1594467
Co-Authored-By: David Wilde <david.wilde@rackspace.com>
(cherry picked from commit b268c29)
  • Loading branch information
hughsaunders committed Aug 17, 2016
1 parent 4f74310 commit 08471c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/galera_client_pre_install.yml
Expand Up @@ -31,6 +31,7 @@
until: add_keys|success
retries: 5
delay: 2
ignore_errors: true
tags:
- galera-client-apt-keys

Expand Down

0 comments on commit 08471c8

Please sign in to comment.