---
dummy_target:
  topology: dummy-topology.yml
  layout: dummy-layout.yml
  hooks:
    preup:
      - name: ex_hook
        type: python
        context: False
        actions:
          - list_files.py
    postdestroy:
      - name: ex_hook
        type: python
        context: False
        actions:
          - find_pinfile.py
