#!/bin/sh set -eux cd ~/upstream/cockpituous/ansible for cloud in openstack_tasks e2e; do ansible -f15 -i inventory -m shell -a 'podman exec cockpit-tasks-1 rm -rf /work/.npm/_cacache/' $cloud done