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

Commit

Permalink
Pull request for fix #93 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferenc Fabian committed Mar 7, 2016
1 parent 9db2fd6 commit b1cc488
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 b1cc488

Please sign in to comment.