def raw_artifacts
    require 'ansible_tower_client'
    ext_management_system.with_provider_connection do |connection|
      connection.api.jobs.find(ems_ref).artifacts
    end