Skip to content

Commit

Permalink
Merge pull request #14103 from durandom/ansible_event_stream_module
Browse files Browse the repository at this point in the history
ansible include event stream module
  • Loading branch information
blomquisg authored Mar 1, 2017
2 parents 1e2e0c4 + a1d016f commit 22db667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class ManageIQ::Providers::AnsibleTower::AutomationManager::EventCatcher::Stream
include ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::EventCatcher::Stream

class ProviderUnreachable < ManageIQ::Providers::BaseManager::EventCatcher::Runner::TemporaryFailure
end

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
class ManageIQ::Providers::EmbeddedAnsible::AutomationManager::EventCatcher::Stream
include ManageIQ::Providers::AnsibleTower::Shared::AutomationManager::EventCatcher::Stream

class ProviderUnreachable < ManageIQ::Providers::BaseManager::EventCatcher::Runner::TemporaryFailure
end

Expand Down

0 comments on commit 22db667

Please sign in to comment.