THis occurred after I changed the default docker directory from /var/lib/docker to /custom_path because the /var partition's size is not sufficient

TASK [common : Link kolla_logs volume to /var/log/kolla] **********************************************************************************************************************************************************
fatal: [Storage]: FAILED! => {"changed": false, "msg": "src file does not exist, use \"force=yes\" if you really want to create the link: /var/lib/docker/volumes/kolla_logs/_data", "path": "/var/log/kolla", "src": "/var/lib/docker/volumes/kolla_logs/_data"}

knowing that the changes I made are for only this specific node, the default docker directory is used for the others, so is there a custom configuration I could do in globals.yml file, or add in a custom config file or is it that it's not possible to use custom working directories for docker?