diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-05-31 13:44:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-05-31 13:44:17 -0300 |
commit | d6ed8f17ce9f5ba0954b46e63c03fd3667b03b47 (patch) | |
tree | 8a82b8a336510d5bdb2ae6ef07e56bd6b3368326 | |
parent | 5cf9293635e1217c3a9e1e534eb20cd97dd54c53 (diff) | |
download | hydra-d6ed8f17ce9f5ba0954b46e63c03fd3667b03b47.tar.gz hydra-d6ed8f17ce9f5ba0954b46e63c03fd3667b03b47.tar.bz2 |
Minor fix
-rwxr-xr-x | share/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
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 |