# File lib/hammer_cli_foreman_tasks/helper.rb, line 12
    def load_task(id)
      HammerCLIForeman.foreman_resource!(:foreman_tasks).call(:show, :id => id)
    end