Skip to content
Snippets Groups Projects
Commit 0a798f59 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Name import and include tasks

parent 3a74e9e2
No related branches found
No related tags found
No related merge requests found
......@@ -127,12 +127,14 @@
- deploy
- plugins
- set_fact:
- name: Init plugin list
set_fact:
plugin_versions: {}
tags:
- deploy
- plugins
- set_fact:
- name: Set plugin list when available
set_fact:
plugin_versions: '{{ (plugin_versions_collect.stdout | from_json)["enabled"]|default([]) }}'
tags:
- deploy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment