Commit e2852caa authored by Kristopher Ruzic's avatar Kristopher Ruzic

don't use the gitlab edit feature

parent f119007e
- name: Install packages using apt - name: Install packages using apt
apt: name=slapos-node state=present update_cache=yes cache_valid_time=3600 apt: name=slapos-node state=present update_cache=yes cache_valid_time=3600
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
...@@ -19,4 +19,4 @@ ...@@ -19,4 +19,4 @@
- name: Run slapos format for initial bootstrap - name: Run slapos format for initial bootstrap
shell: "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