1 2 3 4 5 6
--- - name: "Install nginx" become: true ansible.builtin.package: name: "nginx" state: "present"