Commit 97dd258d authored by Douglas's avatar Douglas

fixed playbook path in startup script

The code was looking for playbooks inside `/opt/slapos.playbook/playbooks`, but in fact the playbooks are at `/opt/slapos.playbook/`
parent 6b13826b
#!/bin/bash
# Reruns the ansible playbook, does nothing else
cd /opt/slapos.playbook/playbook/
cd /opt/slapos.playbook/
ansible-playbook {{ startup_playbook_id }} -i hosts --connection=local
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment