Skip to content

Commit

Permalink
Don't start httpd when the embedded ansible role is assigned
Browse files Browse the repository at this point in the history
We don't expose a webserver for this now that we've moved from AWX
to runner.

This essentially reverts 5a18a2e
  • Loading branch information
carbonin committed Jul 23, 2019
1 parent f238ea1 commit 9fe6ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_server/role_management.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module MiqServer::RoleManagement
extend ActiveSupport::Concern

ROLES_NEEDING_APACHE = %w(user_interface web_services remote_console embedded_ansible cockpit_ws).freeze
ROLES_NEEDING_APACHE = %w(user_interface web_services remote_console cockpit_ws).freeze

included do
has_many :assigned_server_roles, :dependent => :destroy
Expand Down

0 comments on commit 9fe6ae9

Please sign in to comment.