Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 263 Bytes

workflow.md

File metadata and controls

22 lines (12 loc) · 263 Bytes

Workflow

BeforeAll

  • Gather facts (OS, MACH, Dist, etc.)
  • Check if agent is installed (/opt/kiss/bin/kiss-agent)

Prepare host

  • Create temporary directory

Run Tasks

  • Run plugin

Clean-up Host

  • Remove temporary directory

AfterAll

  • ??