Sha256: e43c067f2b552e5fb10363026acd378e02c3b0412d6565a707ac21a4d6816331
Contents?: true
Size: 515 Bytes
Versions: 32
Compression:
Stored size: 515 Bytes
Contents
# frozen_string_literal: true module ForemanAnsible module Api module V2 # Extends the job_templates api controller to support creating/updating with ansible callback plugin module JobTemplatesControllerExtensions extend Apipie::DSL::Concern update_api(:create, :update) do param :job_template, Hash do param :ansible_callback_enabled, :bool, :desc => N_('Enable the callback plugin for this template') end end end end end end
Version data entries
32 entries across 32 versions & 1 rubygems