We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85301ef commit 446ec73Copy full SHA for 446ec73
tasks/install.yml
@@ -2,10 +2,9 @@
2
# tasks file for ansible-role-nhc
3
#
4
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"
+ - name: Install FGCI repo
+ yum: pkg=http://idris.fgi.csc.fi/fgci7/x86_64/fgci/rpms/fgci-release7-1-1.el7.noarch.rpm
+ when: ansible_distribution_major_version == "7"
9
10
- name: install NHC from github
11
yum: pkg={{ nhc_rpm_url }}
0 commit comments