summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2016-12-15 20:42:29 +0000
committerTim Flink <tflink@fedoraproject.org>2016-12-15 20:42:29 +0000
commit3fc8c76e21943db2eee4fcdd5ccf6166215c4d0c (patch)
tree5a6d8238b245e0cccff46fe0a527cfed8f62f723
parent8f21c34eec42a26c9c3d50c56c801fba938b68d2 (diff)
downloadansible-3fc8c76e21943db2eee4fcdd5ccf6166215c4d0c.tar.gz
ansible-3fc8c76e21943db2eee4fcdd5ccf6166215c4d0c.tar.xz
ansible-3fc8c76e21943db2eee4fcdd5ccf6166215c4d0c.zip
disabling phab storage upgrade for now
-rw-r--r--roles/phabricator/tasks/main.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/phabricator/tasks/main.yml b/roles/phabricator/tasks/main.yml
index 86c67a0ae..49fcafed8 100644
--- a/roles/phabricator/tasks/main.yml
+++ b/roles/phabricator/tasks/main.yml
@@ -133,8 +133,9 @@
#- name: generate chatbot config
# template: src=chatbot-config.json.j2 dest={{ phabroot }}/phabricator/resources/chatbot/config.json owner=apache group=apache mode=0644
-- name: upgrade phabricator storage
- command: chdir={{ phabroot }}/phabricator bin/storage upgrade --force
+# long story short, I need to let this fail for now until something is fixed, will re-enable. tflink - 2016-12-15
+#- name: upgrade phabricator storage
+# command: chdir={{ phabroot }}/phabricator bin/storage upgrade --force
- name: generate phabricator git hook
template: src=phabricator-ssh-hook.sh.j2 dest=/etc/phabricator-ssh-hook.sh owner=root group=root mode=0755