From d5ed498aabb32993a8a922cbd18edb396a65d6fc Mon Sep 17 00:00:00 2001 From: Edoardo Putti Date: Tue, 14 Feb 2017 23:23:37 +0100 Subject: [PATCH] draft for phabricator configuration update --- roles/phabricator/handlers/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/phabricator/handlers/main.yaml diff --git a/roles/phabricator/handlers/main.yaml b/roles/phabricator/handlers/main.yaml new file mode 100644 index 0000000..c091d9b --- /dev/null +++ b/roles/phabricator/handlers/main.yaml @@ -0,0 +1,4 @@ +--- +- name: Update phabricator configuration + shell: rm /var/lib/phabricator/local.json || true; dpkg-reconfigure phabricator noninteractive +