ansible-roles/library/centos/roles/nginx/tasks/nginx.yml

8 lines
136 B
YAML
Raw Normal View History

2019-05-15 01:22:27 +02:00
---
- name: Install the nginx web server
yum: pkg={{ item }} state={{ nginx_package_state }}
with_items:
- nginx
tags: nginx