--- - name: Restart nginx become: true systemd: name: "nginx" masked: false enabled: true state: restarted