diff options
Diffstat (limited to 'share')
-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 |