Fix docker install on fedora

There was a typo in the repo file variable which produces a
broken repo file when deployed on fedora systems. This change
corrects the typo.

Change-Id: I70e5bf5f42a085fe813c321d0b530f7104869e61
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2019-07-01 11:51:41 -05:00
parent ea3f5be9c2
commit 6b2d482858
No known key found for this signature in database
GPG Key ID: CE94BD890A47B20A
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ _docker_upstream_distro_packages:
- docker-ce-cli
- containerd.io
docker_repo_template: docker-ce-centos.repo.j2
docker_repo_template: docker-ce-fedora.repo.j2
docker_distro_vars_loaded: true