It is impossible to delete directory /var/lib/docker when it is a mount point to the docker file system. In this case the uninstall process fails with error. I propose just clean it up from all docker's stuff - name: Remove remaining files file: path={{ item }} state=absent with_items: - /var/lib/docker/*
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|