- hosts: all become: true tasks: - name: install nginx package apt: name: nginx state: latest