Use package module instead of yum

I noticed that your other roles have switched to using the package module instead of yum.
pull/185/head
Jamie Burchell 5 years ago committed by GitHub
parent f1153a6b42
commit 047896db9e
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