Commit f34f93fa authored by Kristopher Ruzic's avatar Kristopher Ruzic

Revert "Okay these last commits are ugly... but service can't be used unless...

Revert "Okay these last commits are ugly... but service can't be used unless it is a real service (sshd for example). Changed to shell."

This reverts commit f119007e.
parent e9b8dccd
- name: Install packages using apt
- name: Install packages using apt
apt: name=slapos-node state=present update_cache=yes cache_valid_time=3600
when: ansible_os_family == "Debian"
......@@ -18,5 +18,5 @@
wait_for: host=127.0.0.1 port=8080 delay=10
- name: Run slapos format for initial bootstrap
shell: "slapos node format --now --alter_user=True
service: name="slapos node format" arguments="--now --alter_user=True" state=started
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