9 lines
126 B
YAML
9 lines
126 B
YAML
|
---
|
||
|
- name: Install nginx
|
||
|
ansible.builtin.apt:
|
||
|
pkg:
|
||
|
- nginx
|
||
|
- certbot
|
||
|
update_cache: true
|
||
|
become: true
|