Hello,
I have the following when trying to start/stopping SAS:
TASK [Check the accessibility of the hosts] ************************************************************************************************************************************************
ok: [casactive]
ok: [compute]
fatal: [caspassive]: UNREACHABLE! => {"changed": false, "msg": "mkdir: cannot create directory ‘/tmp/.root.ansible’: No space left on device\n", "unreachable": true}
I have enough space on the partition which contains the tmp folder.(around 18 GB free space)
Also I can see the /tmp/.root.ansible folder.
Is it a space issue or should I look for something else?