--- - name: Remove All Docker Blobs shell: rm -rf "{{ mountpoint }}/"* - name: Restart registry container shell: docker restart "{{ registry_container }}"