Skip to content

Commit

Permalink
Include packs.yml task
Browse files Browse the repository at this point in the history
  • Loading branch information
armab committed Feb 13, 2017
1 parent a9642c8 commit 6f7216c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/st2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@
state: started
with_items: "{{ st2_services }}"
tags: st2

- name: Install and configure StackStorm integration packs
include: packs.yml
when: st2_packs|length > 0​
tags: st2, packs
1 change: 1 addition & 0 deletions roles/st2/tasks/packs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---

0 comments on commit 6f7216c

Please sign in to comment.