Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #95 from PumpkinSeed/master
Browse files Browse the repository at this point in the history
Pull request for fix #93 issue
  • Loading branch information
jdauphant committed Mar 7, 2016
2 parents 9db2fd6 + b1cc488 commit 6722d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/installation.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
tags: [packages,nginx]

- name: Install the nginx packages
yum: name={{ item }} state=present disablerepo='*' enablerepo={{ "nginx," if nginx_official_repo else "" }}{{ yum_epel_repo }},{{ yum_base_repo }}
yum: name={{ item }} state=present enablerepo={{ "nginx," if nginx_official_repo else "" }}
with_items: "{{ nginx_redhat_pkg }}"
when: nginx_is_el|bool
tags: [packages,nginx]
Expand Down

0 comments on commit 6722d4c

Please sign in to comment.