nlesc-sherlock / emma

Ansible playbook to create a cluster with GlusterFS, Docker, Spark and JupyterHub services
Apache License 2.0
3 stars 4 forks source link

create_hosts.sh and vars/create_vars_files.sh not executable #105

Open sverhoeven opened 6 years ago

sverhoeven commented 6 years ago

At https://github.com/nlesc-sherlock/emma/blob/master/ansible.md#provision I says to execute the scripts, but they are not executable.

Fixed locally by

chmod +x create_hosts.sh vars/create_vars_files.sh