Skip to content

Commit

Permalink
Modified to use Embedded Ansible instance
Browse files Browse the repository at this point in the history
  • Loading branch information
mkanoor committed Mar 29, 2017
1 parent 0503155 commit fca14ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/dialog/ansible_playbook_service_dialog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def add_credential_dropdown(group, position)
:position => position,
:dialog_group => group
).tap do |dialog_field|
dialog_field.resource_action.fqname = "AutomationManagement/AnsibleTower/Operations/Methods/Available_Machine_Credentials"
dialog_field.resource_action.fqname = "AutomationManagement/AnsibleTower/Operations/Methods/Embedded_Ansible_Available_Machine_Credentials"
end
end

Expand Down

0 comments on commit fca14ad

Please sign in to comment.