]> git.phdru.name Git - ansible.git/blobdiff - playbooks/ansible/cleanup-tmp.sh
Refactor(ansible/cleanup-tmp.sh): Sort host names
[ansible.git] / playbooks / ansible / cleanup-tmp.sh
index 16158c3a847a2bd455ee8fd52aa06fce017d05b1..3b5ac460630345449d6a17c9f487ac94384f067f 100755 (executable)
@@ -3,7 +3,7 @@
 echo localhost
 rm -rf .ansible/tmp/\*
 
-for host in iskra-aviel.phdru.name phdru.name oper.med.ru; do
+for host in iskra-aviel.phdru.name oper.med.ru phdru.name; do
    echo $host
    ssh -4 $host exec rm -rf .ansible/tmp/\*
 done