mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2025-02-14 00:52:04 +01:00
Merge pull request #185 from jamieburchell/patch-1
Use package module instead of yum
This commit is contained in:
commit
d702193592
@ -9,6 +9,6 @@
|
||||
when: nginx_yum_repo_enabled
|
||||
|
||||
- name: Ensure nginx is installed.
|
||||
yum:
|
||||
package:
|
||||
name: "{{ nginx_package_name }}"
|
||||
state: present
|
||||
|
Loading…
Reference in New Issue
Block a user