From 543aa80f3ea846be7e20ed8d4f32f00460f3af50 Mon Sep 17 00:00:00 2001 From: Jacob Floyd Date: Thu, 9 Jan 2020 03:14:38 -0600 Subject: [PATCH] silence the ansible-lint failure --- roles/StackStorm.st2/tasks/packs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/StackStorm.st2/tasks/packs.yml b/roles/StackStorm.st2/tasks/packs.yml index 86412aa4..4b7acca5 100644 --- a/roles/StackStorm.st2/tasks/packs.yml +++ b/roles/StackStorm.st2/tasks/packs.yml @@ -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,