added option to set docker gpg key

This commit is contained in:
Felix Herzog
2019-03-19 19:33:20 +01:00
parent fa1a56824e
commit 5a4045d5c1
4 changed files with 7 additions and 3 deletions

View File

@@ -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.