Skip to content

Commit 2b90385

Browse files
author
armab
committed
Include packs.yml task
1 parent c2129e4 commit 2b90385

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

roles/st2/tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@
4646
state: started
4747
with_items: "{{ st2_services }}"
4848
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
---

0 commit comments

Comments
 (0)