Sha256: f19c732b47703337b3bc1866f0e83a7106154a55344f863d0942289a06ee827b
Contents?: true
Size: 248 Bytes
Versions: 9
Compression:
Stored size: 248 Bytes
Contents
namespace :rh_cloud_insights do desc "Synchronize Insights hosts hits" task sync: [:environment, 'dynflow:client'] do ForemanTasks.sync_task(InsightsCloud::Async::InsightsFullSync) puts "Synchronized Insights hosts hits data" end end
Version data entries
9 entries across 9 versions & 1 rubygems