Skip to content

Commit

Permalink
Merge pull request #254 from cognifloyd/ansible_lint_fix
Browse files Browse the repository at this point in the history
silence the ansible-lint failure
  • Loading branch information
armab authored Jan 9, 2020
2 parents 45a463f + 543aa80 commit 0ee4125
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion roles/StackStorm.st2/tasks/packs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
tags: st2, st2_packs

# This gets the names of the currently installed st2 packs from a json list of dicts
- set_fact:
- name: Parse list of installed st2 packs
set_fact:
st2_packs_installed: "{{ _st2_packs_installed.stdout|from_json|map(attribute='name')|list() }}"
tags: st2, st2_packs,

Expand Down

0 comments on commit 0ee4125

Please sign in to comment.