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() { post_to_2.3.270() {
echo "Pruning unused volumes" echo "Pruning unused docker volumes on all nodes - This process will run in the background."
docker volume prune -f salt --async \* cmd.run "docker volume prune -f"
POSTVERSION=2.3.270 POSTVERSION=2.3.270
} }