Update soup

This commit is contained in:
Mike Reeves
2023-09-21 09:38:05 -04:00
committed by GitHub
parent 7835cb6a7a
commit a967db8152

View File

@@ -766,8 +766,8 @@ post_to_2.3.260() {
}
post_to_2.3.270() {
echo "Pruning unused volumes"
docker volume prune -f
echo "Pruning unused docker volumes on all nodes - This process will run in the background."
salt --async \* cmd.run "docker volume prune -f"
POSTVERSION=2.3.270
}