mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-04 11:08:16 -03:30
Ability to define GPG key path for Docker APT (#10513)
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
apt_key:
|
||||
id: "{{ item }}"
|
||||
url: "{{ docker_repo_key_info.url }}"
|
||||
keyring: "{{ docker_repo_key_keyring|default(omit) }}"
|
||||
state: present
|
||||
register: keyserver_task_result
|
||||
until: keyserver_task_result is succeeded
|
||||
|
||||
Reference in New Issue
Block a user