summary: this is the summary

skip: 
    - if: "false"
      reason: not skipping
    - if: |
        ![ -z "something" ]
      reason: skipping

prepare: |
    echo "preparing"

restore: |
    echo "restoring"

debug: |
    echo "debugging"

execute: |
    echo "executing"
