Skip to content

Commit

Permalink
Add name for temporary Ansible template
Browse files Browse the repository at this point in the history
which will be used as the name for ManageIQ::Providers::EmbeddedAnsible::AutomationManager::Job.

https://bugzilla.redhat.com/show_bug.cgi?id=1678135
  • Loading branch information
lfu committed Jun 18, 2019
1 parent 8dd3a41 commit 52c8eac
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -165,6 +165,7 @@ def queue_signal(*args, deliver_on: nil)

def temp_configuration_script
ManageIQ::Providers::EmbeddedAnsible::AutomationManager::ConfigurationScript.new(
:name => playbook.name,
:manager => playbook.manager,
:manager_ref => options[:job_template_ref],
:parent_id => playbook.id,
Expand Down

0 comments on commit 52c8eac

Please sign in to comment.