style: add retry for gpg key
This commit is contained in:
parent
2a566e879a
commit
296bd09081
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
apt_key:
|
apt_key:
|
||||||
keyserver: '{{ mariadb_repository_key_server }}'
|
keyserver: '{{ mariadb_repository_key_server }}'
|
||||||
id: '{{ mariadb_repository_key_id }}'
|
id: '{{ mariadb_repository_key_id }}'
|
||||||
|
retries: 2
|
||||||
|
register: result
|
||||||
|
until: result is succeeded
|
||||||
tags: mariadb
|
tags: mariadb
|
||||||
|
|
||||||
- name: add official repo
|
- name: add official repo
|
||||||
|
|
Loading…
Reference in a new issue