---
- name: Update apt cache
ansible.builtin.apt:
update_cache: true
become: true
- name: Install Nginx
name:
- nginx-full
state: present