aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/roles/docker/tasks/main.yml
blob: e39d66fa511c92331d4eb78f1de899d84f2e4fdd (plain) (tree)
1
2
3
4
5
6
7
8
9
                            
              


                                              

                     

                      


                        
- name: Clean up Docker data
  become: true
  command: docker system prune -a -f --volumes
  # Broken after a Docker upgrade:
  #community.docker.docker_prune:
  #  containers: true
  #  images: true
  #  images_filters:
  #    dangling: false
  #  networks: true
  #  volumes: true
  #  builder_cache: true