Skip to content

Commit

Permalink
[FIXUP] fix seeding for EmbeddedAnsible
Browse files Browse the repository at this point in the history
Now that the :ensure_managers code is in place, this portion of the
seeding is no longer needed.
  • Loading branch information
NickLaMuro committed Jun 7, 2019
1 parent 660097a commit c7445fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/manageiq/providers/embedded_ansible/seeding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ def seed
:name => "Embedded Ansible"
)

manager = provider.automation_manager || provider.build_automation_manager
manager.update!(
:name => "Embedded Ansible",
:zone => MiqServer.my_server.zone # TODO: Do we even need zone?
Expand Down

0 comments on commit c7445fb

Please sign in to comment.