Merge pull request #185 from jamieburchell/patch-1

Use package module instead of yum
pull/193/head 2.6.3
Jeff Geerling 5 years ago committed by GitHub
commit d702193592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tasks/setup-RedHat.yml

@ -9,6 +9,6 @@
when: nginx_yum_repo_enabled
- name: Ensure nginx is installed.
yum:
package:
name: "{{ nginx_package_name }}"
state: present