From a53ee8f7f735453d84df24a4298f472e5adeb64c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Jun 2020 15:14:11 -0700 Subject: [PATCH] openshift: repos: this is a template now Signed-off-by: Kevin Fenzi --- tasks/yumrepos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/yumrepos.yml b/tasks/yumrepos.yml index 6d06bfb469..3c0cba8778 100644 --- a/tasks/yumrepos.yml +++ b/tasks/yumrepos.yml @@ -33,7 +33,7 @@ - yumrepos - name: put openshift 3.4 repo on os- systems - copy: src="{{ files }}/openshift/openshift.repo" dest="/etc/yum.repos.d/openshift.repo" + template: src="{{ files }}/openshift/openshift.repo" dest="/etc/yum.repos.d/openshift.repo" when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and inventory_hostname.startswith('os-') and datacenter != "aws" tags: - config