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

12 lines
158 B
YAML
Raw Normal View History

2020-11-02 04:51:35 +01:00
---
- name: Install nginx
apt:
package:
- 'nginx'
state: latest
update_cache: yes
cache_valid_time: 43200
tags:
- installation