8 lines
115 B
YAML
8 lines
115 B
YAML
---
|
|
# Install Nginx
|
|
- name: Installing Nginx
|
|
apt:
|
|
update_cache: yes
|
|
state: present
|
|
name: nginx-light
|