Skip to content

Commit

Permalink
fix(clean): fix clean of repo for the RedHat family
Browse files Browse the repository at this point in the history
The clean failed due to a mismatch of the name of the repo that was installed.
  • Loading branch information
Danny Smit authored and danny-smit committed May 19, 2021
1 parent 428dccd commit 4730a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ RedHat:
docker:
# environ_file: /etc/sysconfig/docker
repo:
name: docker-ce
baseurl: 'https://download.docker.com/linux/{{ grains.os|lower }}/$releasever/$basearch/stable'
file: '/etc/yum.repos.d/docker-ce.repo'
gpgkey: 'https://download.docker.com/linux/{{ grains.os|lower }}/gpg'
Expand Down

0 comments on commit 4730a72

Please sign in to comment.