From: Silvio Rhatto Date: Thu, 31 May 2018 16:44:17 +0000 (-0300) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d6ed8f17ce9f5ba0954b46e63c03fd3667b03b47;p=hydra.git Minor fix --- diff --git a/share/hydra/deploy b/share/hydra/deploy index 9b8db2f..1219efd 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -280,7 +280,7 @@ if [ -e "$HYDRA_FOLDER/ansible/ansible.cfg" ]; then # http://ansible.pickle.io/post/86598332429/running-ansible-playbook-in-localhost #elif [ "$NODES" == "localhost" ]; then # NODES="`cat /etc/hostname`" - #fi + fi else NODES="all" fi