---
- name: Update apt cache
apt:
update_cache: yes
become: true
- name: Install Nginx
name:
- nginx-full
state: present