Merge pull request #185 from jamieburchell/patch-1

Use package module instead of yum
This commit is contained in:
Jeff Geerling 2019-05-14 15:51:44 -05:00 committed by GitHub
commit d702193592
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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