1 2 3 4 5 6
--- - name: "Restart nginx" become: true ansible.builtin.service: name: "nginx" state: "restarted"