module Katello
Constants
- HOST_TASKS_QUEUE
- VERSION
Public Class Methods
with_ansible?()
click to toggle source
# File lib/katello/engine.rb, line 240 def self.with_ansible? Foreman::Plugin.installed?("foreman_ansible") end