Sha256: 259f128bd71d5711c181c32c0acc64242164e6bbd1937818d2bb3fdd6a5a42e9
Contents?: true
Size: 553 Bytes
Versions: 153
Compression:
Stored size: 553 Bytes
Contents
module Actions module Pulp3 module Orchestration module Repository class RemoveUnits < Pulp3::Abstract include Actions::Helpers::OutputPropagator def plan(repository, smart_proxy, options) sequence do action_output = plan_action(Actions::Pulp3::Repository::RemoveUnits, repository, smart_proxy, options).output plan_action(Pulp3::Repository::SaveVersion, repository, tasks: action_output[:pulp_tasks]) end end end end end end end
Version data entries
153 entries across 153 versions & 1 rubygems