This commit is contained in:
parent
0438a339ef
commit
a40b448510
@ -1,7 +1,7 @@
|
||||
---
|
||||
- block:
|
||||
- name: Add nginx repository
|
||||
yum_repository:
|
||||
yum_repository:
|
||||
name: nginx
|
||||
file: nginx
|
||||
description: NGINX High Performance Web Server
|
||||
@ -11,7 +11,7 @@
|
||||
when: nginx_official_repo_enabled
|
||||
|
||||
- name: Installing nginx
|
||||
packages:
|
||||
package:
|
||||
name: nginx
|
||||
state: present
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user