diff --git a/lib/vmdb/plugins.rb b/lib/vmdb/plugins.rb index 39cf6068450..b10a7c76914 100644 --- a/lib/vmdb/plugins.rb +++ b/lib/vmdb/plugins.rb @@ -74,7 +74,7 @@ def ansible_runner_content def embedded_workflows_content @embedded_workflows_content ||= begin flat_map do |engine| - Dir.glob(engine.root.join("content", "workflows", "**", "*.asl")) + engine.root.join("content", "workflows").glob("**/*.asl") end end end