Commit 812b7dbe authored by Kristopher Ruzic's avatar Kristopher Ruzic

after reverting bad commits, change service to shell (service only supports...

after reverting bad commits, change service to shell (service only supports real system services like sshd)
parent c502741d
...@@ -19,5 +19,5 @@ ...@@ -19,5 +19,5 @@
wait_for: host=127.0.0.1 port=8080 delay=10 wait_for: host=127.0.0.1 port=8080 delay=10
- name: Run slapos format for initial bootstrap - name: Run slapos format for initial bootstrap
service: "slapos node format --now --alter_user=True" shell: "slapos node format --now --alter_user=True"
when: slapos_cfg.stat.exists == False when: slapos_cfg.stat.exists == False
\ No newline at end of file
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