File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22---
33
44 epel_rpm : " {% if ansible_distribution_major_version|int==6%}{{ epel6_rpm }}{%elif ansible_distribution_major_version|int==7 %}{{ epel7_rpm }}{% else %}None{% endif %}"
5- epel7_rpm : http ://dl.fedoraproject.org/pub/epel/7/x86_64/e/ epel-release-7-8 .noarch.rpm
6- epel6_rpm : http ://download .fedoraproject.org/pub/epel/6/x86_64/ epel-release-6-8 .noarch.rpm
5+ epel7_rpm : https ://dl.fedoraproject.org/pub/epel/epel-release-latest-7 .noarch.rpm
6+ epel6_rpm : https ://dl .fedoraproject.org/pub/epel/epel-release-latest-6 .noarch.rpm
77 ol_repo_file : " {% if ansible_distribution_major_version|int==6%}{{ ol6_repo_file }}{%elif ansible_distribution_major_version|int==7 %}{{ ol7_repo_file }}{% else %}None{% endif %}"
88 ol6_repo_file : public-yum-ol6.repo
99 ol7_repo_file : public-yum-ol7.repo
You can’t perform that action at this time.
0 commit comments