Skip to content

Commit

Permalink
Merge pull request #21086 from Fryguy/fix_ansible_runner_seed
Browse files Browse the repository at this point in the history
Fix ansible_runner content seeding
  • Loading branch information
agrare authored Mar 1, 2021
2 parents 9909113 + 7b52ef6 commit ceafca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vmdb/plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def ansible_runner_content
@ansible_runner_content ||= begin
map do |engine|
content_dir = engine.root.join("content", "ansible_runner")
next unless File.exist?(content_dir.join("requirements.yml"))
next unless File.exist?(content_dir.join("roles/requirements.yml"))

[engine, content_dir]
end.compact
Expand Down

0 comments on commit ceafca5

Please sign in to comment.