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