We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c435ee6 + be851a2 commit c96c1efCopy full SHA for c96c1ef
roles/st2mistral/tasks/main.yml
@@ -74,8 +74,7 @@
74
75
- name: Register mistral actions
76
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
+ 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
79
args:
80
creates: /etc/mistral/mistral-db-manage.populate.ansible.has.run
81
notify:
0 commit comments