Commit dbf293db authored by Alain Takoudjou's avatar Alain Takoudjou

Disable slapos node boot for slapos-proxy users

parent 9aad6927
......@@ -27,3 +27,6 @@
- name: Set ownership for /opt/slapgrid
shell: "chown slapsoft:slapsoft /opt/slapgrid"
- name: Disable "slapos node boot"
lineinfile: dest="/etc/cron.d/slapos-node" regexp="^@reboot root /opt/slapos/bin/slapos node boot" state=absent
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