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.
1 parent c2129e4 commit 2b90385Copy full SHA for 2b90385
roles/st2/tasks/main.yml
@@ -46,3 +46,8 @@
46
state: started
47
with_items: "{{ st2_services }}"
48
tags: st2
49
+
50
+- name: Install and configure StackStorm integration packs
51
+ include: packs.yml
52
+ when: st2_packs|length > 0
53
+ tags: st2, packs
roles/st2/tasks/packs.yml
@@ -0,0 +1 @@
1
+---
0 commit comments