diff --git a/lib/vmdb/plugins.rb b/lib/vmdb/plugins.rb index b8004af92945..39cf60684500 100644 --- a/lib/vmdb/plugins.rb +++ b/lib/vmdb/plugins.rb @@ -71,6 +71,14 @@ def ansible_runner_content end end + def embedded_workflows_content + @embedded_workflows_content ||= begin + flat_map do |engine| + Dir.glob(engine.root.join("content", "workflows", "**", "*.asl")) + end + end + end + def automate_domains @automate_domains ||= begin require_relative 'plugins/automate_domain'