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

Commit

Permalink
Fix nginx install condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jdauphant authored Jan 27, 2017
1 parent 9c80f69 commit 32ee69c
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 @@ -12,4 +12,4 @@
package: name={{ item }} state=present
with_items: "{{ nginx_pkgs }}"
environment: "{{ nginx_env }}"
when: not nginx_is_el|bool
when: not nginx_is_el|bool or not nginx_official_repo

0 comments on commit 32ee69c

Please sign in to comment.