Skip to content

Commit c96c1ef

Browse files
authored
Merge pull request #114 from StackStorm/revert-109-fix-mistral-db-populate
Revert "Fix to circumvent pbr related bug in mistral-db-manage populate"
2 parents c435ee6 + be851a2 commit c96c1ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roles/st2mistral/tasks/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474

7575
- name: Register mistral actions
7676
become: yes
77-
# Temporary workaround with `git init` until upstream `mistral` is fixed, see: https://github.com/StackStorm/st2-packages/pull/411
78-
shell: git init && /opt/stackstorm/mistral/bin/mistral-db-manage --config-file /etc/mistral/mistral.conf populate && rm -rf .git && touch /etc/mistral/mistral-db-manage.populate.ansible.has.run
77+
shell: /opt/stackstorm/mistral/bin/mistral-db-manage --config-file /etc/mistral/mistral.conf populate && touch /etc/mistral/mistral-db-manage.populate.ansible.has.run
7978
args:
8079
creates: /etc/mistral/mistral-db-manage.populate.ansible.has.run
8180
notify:

0 commit comments

Comments
 (0)