mirror of
https://github.com/DO1JLR/ansible_role_nginx.git
synced 2024-08-16 16:19:48 +02:00
12 lines
158 B
YAML
12 lines
158 B
YAML
|
---
|
||
|
|
||
|
- name: Install nginx
|
||
|
apt:
|
||
|
package:
|
||
|
- 'nginx'
|
||
|
state: latest
|
||
|
update_cache: yes
|
||
|
cache_valid_time: 43200
|
||
|
tags:
|
||
|
- installation
|