X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fansible%2Fcleanup-tmp.sh;h=5c404b3dd4cfb9522fbfde28412c89157f63d21e;hb=c5ee40dbd1ece159004ec5d7e11a0512e57f7823;hp=a946fb8840d0e4f48543a85c9c345c6cc280fde9;hpb=d4b10fb0ca0d4f06f15ab59e9b9e940e6ee7de4c;p=ansible.git diff --git a/playbooks/ansible/cleanup-tmp.sh b/playbooks/ansible/cleanup-tmp.sh index a946fb8..5c404b3 100755 --- a/playbooks/ansible/cleanup-tmp.sh +++ b/playbooks/ansible/cleanup-tmp.sh @@ -5,5 +5,5 @@ rm -rf .ansible/tmp/\* for host in `run-hosts -e`; do echo $host - ssh -4 $host exec rm -rf .ansible/tmp/\* + ssh $host exec rm -rf .ansible/tmp/\* done