Skip to content

Commit 446ec73

Browse files
author
Luís Alves
committed
adding fgci.repo
1 parent 85301ef commit 446ec73

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tasks/install.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
# tasks file for ansible-role-nhc
33
#
44

5-
6-
- name: Install FGCI repo
7-
yum: pkg=http://idris.fgi.csc.fi/fgci7/x86_64/fgci/rpms/fgci-release7-1-1.el7.noarch.rpm
8-
when: ansible_distribution_major_version == "7"
5+
- name: Install FGCI repo
6+
yum: pkg=http://idris.fgi.csc.fi/fgci7/x86_64/fgci/rpms/fgci-release7-1-1.el7.noarch.rpm
7+
when: ansible_distribution_major_version == "7"
98

109
- name: install NHC from github
1110
yum: pkg={{ nhc_rpm_url }}

0 commit comments

Comments
 (0)