From 6b2d482858f39c4e64138c0c7153540fb3e80fad Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Mon, 1 Jul 2019 11:51:41 -0500 Subject: [PATCH] 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 --- roles/install-docker/vars/fedora.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/install-docker/vars/fedora.yaml b/roles/install-docker/vars/fedora.yaml index a77429622..efdd1644c 100644 --- a/roles/install-docker/vars/fedora.yaml +++ b/roles/install-docker/vars/fedora.yaml @@ -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