mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2025-12-16 01:39:54 +03:00
added option to set docker gpg key
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
- name: Add Docker GPG key.
|
||||
rpm_key:
|
||||
key: https://download.docker.com/linux/centos/gpg
|
||||
key: "{{ docker_yum_gpg_key }}"
|
||||
state: present
|
||||
|
||||
- name: Add Docker repository.
|
||||
|
||||
Reference in New Issue
Block a user