I've just released a new minor version of xs-authserver [1]. Now it doesn't raise an error when the init database command is executed twice.
This change fixes the problem with ansible task "authserver | install xs-authserver from pypi" failing when re running the playbook [2]. To update an installed XSCE server it's possible to simply run pip:: $ sudo pip install --upgrade xs-authserver 1: https://pypi.python.org/pypi/xs-authserver 2: See attached patch -- Miguel González Activity Central: http://www.activitycentral.com
From a6cb0c36bd8f9e20e6d75dffd8189b7675f73cb6 Mon Sep 17 00:00:00 2001 From: Miguel Gonzalez <migonzal...@activitycentral.com> Date: Thu, 13 Feb 2014 00:22:28 +0100 Subject: [PATCH] authserver: remove ignore_errors --- roles/authserver/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/authserver/tasks/main.yml b/roles/authserver/tasks/main.yml index 49f95fb..dfd73c5 100644 --- a/roles/authserver/tasks/main.yml +++ b/roles/authserver/tasks/main.yml @@ -40,7 +40,6 @@ - name: init database command: xs-authserverctl initdb - ignore_errors: yes environment: XS_AUTHSERVER_DATABASE: /var/lib/xs-authserver/data.db -- 1.8.3.1
_______________________________________________ Server-devel mailing list Server-devel@lists.laptop.org http://lists.laptop.org/listinfo/server-devel