openshift: repos: this is a template now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
da65f9a5b2
commit
a53ee8f7f7
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
- yumrepos
|
- yumrepos
|
||||||
|
|
||||||
- name: put openshift 3.4 repo on os- systems
|
- 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"
|
when: ansible_distribution == 'RedHat' and ansible_distribution_major_version|int == 7 and inventory_hostname.startswith('os-') and datacenter != "aws"
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue