Skip to content
Snippets Groups Projects
Commit 63be5013 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "baremetal: use docker_yum_gpgkey to fetch docker GPG key"

parents a81c6dab 54737cd1
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
- name: Install docker rpm gpg key - name: Install docker rpm gpg key
rpm_key: rpm_key:
state: present state: present
key: "{{ docker_yum_url }}/gpg" key: "{{ docker_yum_gpgkey }}"
become: True become: True
when: docker_yum_gpgcheck | bool when: docker_yum_gpgcheck | bool
when: ansible_facts.os_family == 'RedHat' when: ansible_facts.os_family == 'RedHat'
......
---
fixes:
- |
Fixes an issue seen when customising the Docker Yum repository URL on
CentOS, where the ``docker_yum_gpgkey`` variable is not used consistently.
`LP#1934913 <https://bugs.launchpad.net/kolla-ansible/+bug/1934913>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment