ansible-role-nvidia-driver icon indicating copy to clipboard operation
ansible-role-nvidia-driver copied to clipboard

Unable to enable service nvidia-persistenced: Failed to enable unit

Open bettaps opened this issue 1 year ago • 1 comments

Hello, While installing this role on a fresh gpu server, I'm getting the following error: FAILED! => {"changed": false, "msg": "Unable to enable service nvidia-persistenced: Failed to enable unit: Unit file /etc/systemd/system/nvidia-persistenced.service is masked.\n"}

How do i resolve this ?

Thanks!

bettaps avatar Feb 06 '24 05:02 bettaps

you can manually run systemctl unmask nvidia-persistenced and re-run the role

dholt avatar Feb 06 '24 17:02 dholt