nginx/tasks/install.yml

9 lines
144 B
YAML
Raw Normal View History

2021-03-14 11:20:09 +01:00
---
- name: '[APT] - Install nginx and dependencies'
apt:
name: nginx
state: latest
update_cache: yes
cache_valid_time: 3600