Execution - ODEX-TOS/tos-installer-backend GitHub Wiki

In the data.yml file you have execution steps. steps describe the action that happens on your installation environment. For example building a partition table from a disk, or mounting all partition on a disk, checking for network connection etc.

Everything that should be defined as an execution step should be inside this block

execution:
   # your steps should be defined here as a yaml array
   # eg
   - step1:
   - step2:
      option: "foo"
      option:
        - bar

Execution steps