6 lines
83 B
YAML
6 lines
83 B
YAML
|
---
|
||
|
- name: Install nginx light
|
||
|
apt:
|
||
|
name: 'nginx-light'
|
||
|
state: present
|