1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_role_nginx.git synced 2024-08-16 16:19:48 +02:00
ansible_role_nginx/tasks/installation.yml
2020-11-02 04:52:31 +01:00

11 lines
158 B
YAML

---
- name: Install nginx
apt:
package:
- 'nginx'
state: latest
update_cache: yes
cache_valid_time: 43200
tags:
- installation