Hello All,
I am new to ansible ,wrote a playbook to start service i am seeing the below error ,can anyone suggest me
TASK [stop service] ******************************************************
fatal: [172.31.91.173]: FAILED! => {“changed”: false, “failed”: true, “msg”: “Failed to start umountroot.service: Interactive authentication required.\nSee system logs and ‘systemctl status umountroot.service’ for details.\n”}
fatal: [172.31.93.45]: FAILED! => {“changed”: false, “failed”: true, “msg”: “Failed to start umountroot.service: Interactive authentication required.\nSee system logs and ‘systemctl status umountroot.service’ for details.\n”}
Thanks
Sandeep