Skip to content

Commit

Permalink
Move the roles dir to content/ansible_runner
Browse files Browse the repository at this point in the history
Change the directory to seed roles from content/ansible_tmp to
content/ansible_runner
  • Loading branch information
agrare committed Aug 7, 2018
1 parent c40c68d commit a6349cb
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 @@ -49,7 +49,7 @@ def ansible_content
def ansible_runner_content
@ansible_runner_content ||= begin
map do |engine|
content_dir = engine.root.join("content", "ansible_tmp")
content_dir = engine.root.join("content", "ansible_runner")
next unless File.exist?(content_dir.join("requirements.yml"))

[engine, content_dir]
Expand Down

0 comments on commit a6349cb

Please sign in to comment.