Commit cd3e588d by Joe Blaylock

Ignore xqueue user creation error

* xqueue user creation fails mysteriously sometimes. We don't actually
  care if the user creation works because most of the time, the user has
  already been created. So, ignore these errors.
parent 75675563
......@@ -30,6 +30,7 @@
shell=/bin/bash
home={{ xqueue_user_home }}
createhome=yes
ignore_errors: true
tags:
- forum
- update
......
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