--- - name: Playbook to install NGINX hosts: web become: true tasks: - name: Ansible apt install nginx apt: name: nginx state: present